-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 261f57e4f2a9d96efbf1952fce6559c620a2df97512daf965a2d67a46ff91939 name: lambda-calculus-interpreter version: 0.1.0.3 synopsis: Lambda Calculus interpreter description: Please see the README on GitHub at category: Language homepage: https://github.com/githubuser/lambda-calculus-interpreter#readme bug-reports: https://github.com/githubuser/lambda-calculus-interpreter/issues author: Author name here maintainer: example@example.com copyright: 2018 Author name here license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/githubuser/lambda-calculus-interpreter flag ci manual: True default: False library exposed-modules: Lib Parser Utils other-modules: Paths_lambda_calculus_interpreter hs-source-dirs: src ghc-options: -Wall -Wmissing-import-lists -Wmissing-exported-signatures -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints build-depends: base >=4.7 && <5 if flag(ci) ghc-options: -Werror default-language: Haskell2010 executable lci main-is: Main.hs other-modules: Paths_lambda_calculus_interpreter hs-source-dirs: app ghc-options: -Wall -Wmissing-import-lists -Wmissing-exported-signatures -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , lambda-calculus-interpreter if flag(ci) ghc-options: -Werror default-language: Haskell2010 test-suite lambda-calculus-interpreter-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: BetaReduceTest CheckUnusedTest CompileTest EtaReduceTest EvalTest ShadowingTest Paths_lambda_calculus_interpreter hs-source-dirs: test ghc-options: -Wall -Wmissing-import-lists -Wmissing-exported-signatures -Wincomplete-uni-patterns -Wincomplete-record-updates -Widentities -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , lambda-calculus-interpreter , tasty , tasty-hunit if flag(ci) ghc-options: -Werror default-language: Haskell2010