cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack name: minilang version: 0.1.0.0 description: Please see the README on Github at homepage: https://github.com/abailly/minilang#readme bug-reports: https://github.com/abailly/minilang/issues author: Arnaud Bailly maintainer: arnaud@pankzsoft.com copyright: 2025 Arnaud Bailly license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/abailly/minilang library exposed-modules: Minilang.IO Minilang.Lambda.Unify Minilang.Lambda.Eval Minilang.Lambda.Infer Minilang.Lambda.Parser hs-source-dirs: src default-extensions: DeriveGeneric OverloadedStrings FlexibleInstances MultiParamTypeClasses FlexibleContexts RecordWildCards NamedFieldPuns GeneralizedNewtypeDeriving ghc-options: -Wall -fno-warn-orphans build-depends: aeson , async , base , bytestring , containers , data-default , directory , exceptions , filepath , megaparsec , mtl , stm , text , unordered-containers default-language: Haskell2010 test-suite minilang-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Minilang.IOSpec Minilang.Lambda.InferSpec Minilang.Lambda.EvalSpec Minilang.Lambda.ParserSpec hs-source-dirs: test default-extensions: DeriveGeneric OverloadedStrings FlexibleInstances MultiParamTypeClasses FlexibleContexts RecordWildCards NamedFieldPuns GeneralizedNewtypeDeriving ghc-options: -Wall -fno-warn-orphans -threaded -rtsopts -with-rtsopts=-N build-tool-depends: hspec-discover:hspec-discover build-depends: QuickCheck , async , base , bytestring , containers , data-default , directory , exceptions , filepath , hspec , hspec-discover , minilang , mtl , text , unix , unordered-containers default-language: Haskell2010 executable lambda main-is: Main.hs other-modules: Paths_minilang hs-source-dirs: app default-extensions: DeriveGeneric OverloadedStrings FlexibleInstances MultiParamTypeClasses FlexibleContexts RecordWildCards NamedFieldPuns GeneralizedNewtypeDeriving ghc-options: -Wall -fno-warn-orphans -threaded -rtsopts -with-rtsopts=-N build-depends: base , containers , minilang default-language: Haskell2010