X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/e26e565842cd4c347f93b3bbf1a4363f05d1cc2f..2d2af9eded0d0e4968cf21746f3772f61caecd73:/fp.cabal diff --git a/fp.cabal b/fp.cabal index e1636b0..4c137d1 100644 --- a/fp.cabal +++ b/fp.cabal @@ -41,9 +41,14 @@ executable fp-interpret test-suite doctests type: exitcode-stdio-1.0 hs-source-dirs: tests - ghc-options: -threaded main-is: doctest.hs + ghc-options: -threaded build-depends: base + , text >=1.2 && <1.3 + , attoparsec >=0.12 && <0.13 + , containers + , mtl + , fp , doctest >= 0.8 , QuickCheck >= 2.7 default-language: Haskell2010