aboutsummaryrefslogtreecommitdiff
path: root/fun.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'fun.cabal')
-rw-r--r--fun.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/fun.cabal b/fun.cabal
index 0d343f5..480200f 100644
--- a/fun.cabal
+++ b/fun.cabal
@@ -25,6 +25,7 @@ library
exposed-modules:
Fun
Fun.Compiler
+ Fun.Grammar
Fun.Parser
Fun.Tree
other-modules:
@@ -49,13 +50,15 @@ executable fun-exe
test-suite fun-test
type: exitcode-stdio-1.0
- main-is: Spec.hs
+ main-is: Fun.hs
other-modules:
+ FunTests.Parser
Paths_fun
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
- base >=4.7 && <5
+ HUnit
+ , base >=4.7 && <5
, fun
default-language: Haskell2010