diff options
Diffstat (limited to 'fun.cabal')
-rw-r--r-- | fun.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |