From 5144d0d9aadda6453155b99589ec8c1a97bcd674 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 May 2018 21:37:54 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.yaml | 1 + trivmix.cabal | 1 + 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: - systemd >=1.1.2 && <2 - heredoc >=0.2.0.0 && <1 - refined >=0.1.2.1 && <1 + - scientific >=0.3.5.3 && <1 - trivmix adjmix: 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 , optparse-applicative >=0.11 && <1 , process >=1.2 && <2 , refined >=0.1.2.1 && <1 + , scientific >=0.3.5.3 && <1 , systemd >=1.1.2 && <2 , transformers >=0.3 && <1 , trivmix diff --git a/trivmix.nix b/trivmix.nix index da38e26..bd9c278 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -14,8 +14,8 @@ mkDerivation { ]; executableHaskellDepends = [ base directory explicit-exception filelock filepath heredoc - hinotify jack optparse-applicative process refined systemd - transformers unix + hinotify jack optparse-applicative process refined scientific + systemd transformers unix ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3