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 8eee4f0..3031c98 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.1.0 5version: 0.2.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -27,6 +27,7 @@ executable trivmix
27 , unix >=2.7 && <3 27 , unix >=2.7 && <3
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 hs-source-dirs: src 31 hs-source-dirs: src
31 default-language: Haskell2010 32 default-language: Haskell2010
32 33