summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trivmix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
index 78ec056..49b14c2 100644
--- a/trivmix.cabal
+++ b/trivmix.cabal
@@ -27,7 +27,7 @@ executable trivmix
27 main-is: Trivmix.hs 27 main-is: Trivmix.hs
28 -- other-modules: 28 -- other-modules:
29 -- other-extensions: 29 -- other-extensions:
30 build-depends: base >=4.7 && <4.8 30 build-depends: base >=4.7 && <4.9
31 , jack >=0.7 && <1 31 , jack >=0.7 && <1
32 , optparse-applicative >=0.11 && <1 32 , optparse-applicative >=0.11 && <1
33 , directory >=1.2 && <2 33 , directory >=1.2 && <2
@@ -45,7 +45,7 @@ executable trivmix
45 45
46executable adjmix 46executable adjmix
47 main-is: Adjmix.hs 47 main-is: Adjmix.hs
48 build-depends: base >=4.7 && <4.8 48 build-depends: base >=4.7 && <4.9
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 , filelock >=0.1 && <1