name: choc version: 0.1.0.0 git: "https://git.sr.ht/~ymherklotz/choc" homepage: "https://sr.ht/~ymherklotz/choc" license: BSD3 author: "Yann Herklotz" maintainer: "git@yannherklotz.com" copyright: "2022 Yann Herklotz" extra-source-files: - README.md - ChangeLog.md synopsis: An implementation of the Calculus of Construction. category: Algebra description: Please see the README at dependencies: - base >= 4.7 && < 5 - parsec >= 3 && < 4 library: source-dirs: src executables: choc-exe: main: Main.hs source-dirs: app ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - choc tests: choc-test: main: Spec.hs source-dirs: test ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - choc - hspec