cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack name: propa-tools version: 0.1.0.0 author: Garmelon maintainer: Garmelon copyright: 2020 Garmelon license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md LICENSE extra-doc-files: README.md library exposed-modules: Propa.Lambda.Display Propa.Lambda.Term Propa.Prolog.Types Propa.Prolog.Unify other-modules: Paths_propa_tools hs-source-dirs: src build-depends: base >=4.7 && <5 , containers , text , transformers default-language: Haskell2010 executable propa-tools-exe main-is: Main.hs other-modules: Paths_propa_tools hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , propa-tools , text , transformers default-language: Haskell2010