summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
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 1aebf91..5be6ccd 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.4 5version: 2.7.5
6-- synopsis: 6-- synopsis:
7-- description: 7-- description:
8license: PublicDomain 8license: PublicDomain
@@ -38,6 +38,7 @@ executable trivmix
38 , explicit-exception >=0.1 && <1 38 , explicit-exception >=0.1 && <1
39 , process >=1.2 && <2 39 , process >=1.2 && <2
40 , filelock >=0.1 && <1 40 , filelock >=0.1 && <1
41 , systemd >=1.1.2 && <2
41 , trivmix 42 , trivmix
42 hs-source-dirs: trivmix 43 hs-source-dirs: trivmix
43 default-language: Haskell2010 44 default-language: Haskell2010