diff options
-rw-r--r-- | package.yaml | 1 | ||||
-rw-r--r-- | trivmix.cabal | 1 | ||||
-rw-r--r-- | trivmix.nix | 4 |
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 | } |