name: haskell-holes-th version: 0.0.0.1 synopsis: Infer haskell code by given type. description: TIP solver for simply typed lambda calculus to automatically infer the code from type definitions using TemplateHaskell. license: MIT license-file: LICENSE author: klntsky maintainer: klntsky@gmail.com category: Language build-type: Simple extra-source-files: README.md, Test.hs cabal-version: >=1.10 library exposed-modules: Language.Haskell.Holes other-extensions: TemplateHaskell, FlexibleInstances build-depends: base >=4.9 && <4.10, template-haskell >=2.11 && <2.12 default-language: Haskell2010