summaryrefslogtreecommitdiff
path: root/trivmix.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-09-03 23:54:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-09-03 23:54:26 +0200
commit6b2a21404d2a4fa2c17c4cf36defe0623016b025 (patch)
treed06db15fc8e902647c79549c3b443e8dede0080d /trivmix.cabal
parentd93226b3ad30e65a607a0ee47acd32de844d312c (diff)
downloadtrivmix-6b2a21404d2a4fa2c17c4cf36defe0623016b025.tar
trivmix-6b2a21404d2a4fa2c17c4cf36defe0623016b025.tar.gz
trivmix-6b2a21404d2a4fa2c17c4cf36defe0623016b025.tar.bz2
trivmix-6b2a21404d2a4fa2c17c4cf36defe0623016b025.tar.xz
trivmix-6b2a21404d2a4fa2c17c4cf36defe0623016b025.zip
systemd notify
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