summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 21:46:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 21:46:59 +0200
commit495004dfe17f85d370b7f5237d5e71b367af98ca (patch)
treee8c1f39be92106a7b4e52945703ed1313c7814e2 /trivmix.cabal
parent3316e2b9c930a0f72285d502e8aaa84819153a0d (diff)
downloadtrivmix-495004dfe17f85d370b7f5237d5e71b367af98ca.tar
trivmix-495004dfe17f85d370b7f5237d5e71b367af98ca.tar.gz
trivmix-495004dfe17f85d370b7f5237d5e71b367af98ca.tar.bz2
trivmix-495004dfe17f85d370b7f5237d5e71b367af98ca.tar.xz
trivmix-495004dfe17f85d370b7f5237d5e71b367af98ca.zip
automatic connections
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