summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.cabal')
-rw-r--r--trivmix.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/trivmix.cabal b/trivmix.cabal
index 1a2ef21..d075871 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.7.6 5version: 3.0.0
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -22,6 +22,7 @@ library
22 build-depends: base >=4.8 && <5 22 build-depends: base >=4.8 && <5
23 , data-default >=0.5 && <1 23 , data-default >=0.5 && <1
24 , case-insensitive >=1.2 && <2 24 , case-insensitive >=1.2 && <2
25 , refined >=0.1.2.1 && <1
25 26
26executable trivmix 27executable trivmix
27 main-is: Trivmix.hs 28 main-is: Trivmix.hs
@@ -39,6 +40,8 @@ executable trivmix
39 , process >=1.2 && <2 40 , process >=1.2 && <2
40 , filelock >=0.1 && <1 41 , filelock >=0.1 && <1
41 , systemd >=1.1.2 && <2 42 , systemd >=1.1.2 && <2
43 , heredoc >=0.2.0.0 && <1
44 , refined >=0.1.2.1 && <1
42 , trivmix 45 , trivmix
43 hs-source-dirs: trivmix 46 hs-source-dirs: trivmix
44 default-language: Haskell2010 47 default-language: Haskell2010