diff options
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal new file mode 100644 index 0000000..35fa7f8 --- /dev/null +++ b/chad-fast.cabal @@ -0,0 +1,28 @@ +cabal-version: 2.2 +name: chad-fast +synopsis: Fast CHAD +version: 0.1.0.0 +license: BSD-3-Clause +license-file: LICENSE +author: Tom Smeding +maintainer: tom@tomsmeding.com +build-type: Simple + +library + exposed-modules: + AST + CHAD + -- Compile + PreludeCu + other-modules: + build-depends: + base >= 4.14 && < 4.19, + containers, + template-haskell, + some + hs-source-dirs: + src + default-language: + Haskell2010 + ghc-options: + -Wall -threaded |