name: haskell-holes-th version: 1.0.0.0 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 homepage: https://github.com/8084/haskell-holes-th source-repository head type: git location: git://github.com/8084/haskell-holes-th.git 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