summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.cabal')
-rw-r--r--trivmix.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
index 5da022b..ec5f806 100644
--- a/trivmix.cabal
+++ b/trivmix.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: trivmix 4name: trivmix
5version: 1.2.0 5version: 2.0.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -29,6 +29,7 @@ executable trivmix
29 , transformers >=0.3 && <1 29 , transformers >=0.3 && <1
30 , explicit-exception >=0.1 && <1 30 , explicit-exception >=0.1 && <1
31 , process >=1.2 && <2 31 , process >=1.2 && <2
32 , case-insensitive >=1.2 && <2
32 hs-source-dirs: src 33 hs-source-dirs: src
33 default-language: Haskell2010 34 default-language: Haskell2010
34 ghc-options: -threaded 35 ghc-options: -threaded