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 5d37032..c90aae4 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: 0.2.0 5version: 1.0.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -28,6 +28,7 @@ executable trivmix
28 , hinotify >=0.3 && <1 28 , hinotify >=0.3 && <1
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 hs-source-dirs: src 32 hs-source-dirs: src
32 default-language: Haskell2010 33 default-language: Haskell2010
33 ghc-options: -threaded 34 ghc-options: -threaded