-- Initial combinator-interactive.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: combinator-interactive version: 0.1.2 synopsis: SKI Combinator interpreter description: homepage: https://github.com/fumieval/combinator-interactive license: BSD3 license-file: LICENSE author: Fumiaki Kinoshita maintainer: fumiexcel@gmail.com copyright: Copyright (c) 2013 Fumiaki Kinoshita category: Language build-type: Simple -- extra-source-files: cabal-version: >=1.10 library default-language: Haskell2010 build-depends: base == 4.*, lens >=3.8 && <=4, template-haskell, th-lift, void, trifecta == 1.* exposed-modules: Data.Combinator executable lazyi main-is: main.hs -- other-modules: other-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, TemplateHaskell build-depends: base == 4.*, lens >=3.8 && <=4, void, trifecta == 1.*, template-haskell, th-lift, combinator-interactive, containers, mtl == 2.*, cereal, directory, bytestring -- hs-source-dirs: default-language: Haskell2010