summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-05-23 21:22:25 +0200
committertv <tv@krebsco.de>2017-05-23 21:52:22 +0200
commit2d2550c5b5bdb10e4c2958425add337572347a11 (patch)
tree12a980cde9fd9e34c5468ee4a769475be77405da /krebs
parent1181cd442425f16ac4f8debdf391fe9111715b17 (diff)
kirk: 1.0.0 -> 1.0.1
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/haskell-overrides/kirk.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/krebs/5pkgs/haskell-overrides/kirk.nix b/krebs/5pkgs/haskell-overrides/kirk.nix
index 2cd6bb13..073e5d50 100644
--- a/krebs/5pkgs/haskell-overrides/kirk.nix
+++ b/krebs/5pkgs/haskell-overrides/kirk.nix
@@ -3,16 +3,19 @@
}:
mkDerivation {
pname = "kirk";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchgit {
url = "http://cgit.krebsco.de/kirk";
- sha256 = "0w4drg2lyyw45abfn3g55zd6m7pl7yqxql5rpyy6qqdbvnyak94w";
- rev = "c78f3c62c0ba76465e39d1570073f867aa2d4240";
+ sha256 = "1acsmmc485c54axpy9bd0320j18hs261vl1vdxns4n04sxzqd7k0";
+ rev = "cdf3cb373af8f9b03a9487a63eb32e0226913589";
};
- isLibrary = false;
+ isLibrary = true;
isExecutable = true;
+ libraryHaskellDepends = [
+ base bytestring network optparse-applicative text
+ ];
executableHaskellDepends = [
- async base bytestring network optparse-applicative text
+ async base network optparse-applicative text
];
license = stdenv.lib.licenses.mit;
}