summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-21 20:33:21 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-21 20:33:21 +0200
commit671d401b7b3d5a3d0733a84fbdebca355bd43176 (patch)
tree0be4ca68dfda4badf7ccc15365587714df011263 /trivmix.cabal
parent1b7643048e11da84216cd4e23d894a0767ee3061 (diff)
downloadtrivmix-671d401b7b3d5a3d0733a84fbdebca355bd43176.tar
trivmix-671d401b7b3d5a3d0733a84fbdebca355bd43176.tar.gz
trivmix-671d401b7b3d5a3d0733a84fbdebca355bd43176.tar.bz2
trivmix-671d401b7b3d5a3d0733a84fbdebca355bd43176.tar.xz
trivmix-671d401b7b3d5a3d0733a84fbdebca355bd43176.zip
locking in adjmix
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 803c640..54aad76 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.5.2 5version: 2.5.3
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -48,6 +48,7 @@ executable adjmix
48 build-depends: base >=4.7 && <4.8 48 build-depends: base >=4.7 && <4.8
49 , optparse-applicative >=0.11 && <1 49 , optparse-applicative >=0.11 && <1
50 , filepath >=1.3 && <2 50 , filepath >=1.3 && <2
51 , filelock >=0.1 && <1
51 , trivmix 52 , trivmix
52 hs-source-dirs: adjmix 53 hs-source-dirs: adjmix
53 default-language: Haskell2010 54 default-language: Haskell2010