summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-15 21:37:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-15 21:37:54 +0200
commit5144d0d9aadda6453155b99589ec8c1a97bcd674 (patch)
tree75525d3b52fb0502e2919e7f3265e4be40ac6677
parentff19ca3b306f45477fdf45edf1ac66cf6e9944a9 (diff)
downloadtrivmix-5144d0d9aadda6453155b99589ec8c1a97bcd674.tar
trivmix-5144d0d9aadda6453155b99589ec8c1a97bcd674.tar.gz
trivmix-5144d0d9aadda6453155b99589ec8c1a97bcd674.tar.bz2
trivmix-5144d0d9aadda6453155b99589ec8c1a97bcd674.tar.xz
trivmix-5144d0d9aadda6453155b99589ec8c1a97bcd674.zip
-rw-r--r--package.yaml1
-rw-r--r--trivmix.cabal1
-rw-r--r--trivmix.nix4
3 files changed, 4 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml
index 30bcb89..75b14dc 100644
--- a/package.yaml
+++ b/package.yaml
@@ -37,6 +37,7 @@ executables:
37 - systemd >=1.1.2 && <2 37 - systemd >=1.1.2 && <2
38 - heredoc >=0.2.0.0 && <1 38 - heredoc >=0.2.0.0 && <1
39 - refined >=0.1.2.1 && <1 39 - refined >=0.1.2.1 && <1
40 - scientific >=0.3.5.3 && <1
40 - trivmix 41 - trivmix
41 adjmix: 42 adjmix:
42 main: Adjmix.hs 43 main: Adjmix.hs
diff --git a/trivmix.cabal b/trivmix.cabal
index 777f58f..8cadc37 100644
--- a/trivmix.cabal
+++ b/trivmix.cabal
@@ -60,6 +60,7 @@ executable trivmix
60 , optparse-applicative >=0.11 && <1 60 , optparse-applicative >=0.11 && <1
61 , process >=1.2 && <2 61 , process >=1.2 && <2
62 , refined >=0.1.2.1 && <1 62 , refined >=0.1.2.1 && <1
63 , scientific >=0.3.5.3 && <1
63 , systemd >=1.1.2 && <2 64 , systemd >=1.1.2 && <2
64 , transformers >=0.3 && <1 65 , transformers >=0.3 && <1
65 , trivmix 66 , trivmix
diff --git a/trivmix.nix b/trivmix.nix
index da38e26..bd9c278 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -14,8 +14,8 @@ mkDerivation {
14 ]; 14 ];
15 executableHaskellDepends = [ 15 executableHaskellDepends = [
16 base directory explicit-exception filelock filepath heredoc 16 base directory explicit-exception filelock filepath heredoc
17 hinotify jack optparse-applicative process refined systemd 17 hinotify jack optparse-applicative process refined scientific
18 transformers unix 18 systemd transformers unix
19 ]; 19 ];
20 license = stdenv.lib.licenses.publicDomain; 20 license = stdenv.lib.licenses.publicDomain;
21} 21}