summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-21 17:10:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-21 17:10:13 +0200
commitd8ea165173a2b7ba514bb3eafac3d21fc1f4d086 (patch)
tree0d53f6c2db8ee286956eb57e39acaf62754e42b1 /trivmix.cabal
parent42c671b4a48dd1431ab43c1f842af33e2fe5cbe9 (diff)
downloadtrivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar.gz
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar.bz2
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar.xz
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.zip
Switched build system structure & locks
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 b0d77a7..74001d7 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: 2.3.0 5version: 2.4.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -30,6 +30,7 @@ executable trivmix
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 , case-insensitive >=1.2 && <2
33 , filelock >=0.1 && <1
33 hs-source-dirs: src 34 hs-source-dirs: src
34 default-language: Haskell2010 35 default-language: Haskell2010
35 ghc-options: -threaded 36 ghc-options: -threaded