summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-02-04 17:56:36 +0100
committerlassulus <lassulus@lassul.us>2021-02-04 17:56:36 +0100
commit161d5f2d964dadc848bc722fded69a75c9398b9d (patch)
treed2c0f56010d810bf9143c44b25fe9a072089eaa4
parent0a53ef2a0d06bf347a24eb86132068289568e79c (diff)
brockman: 3.2.3 -> 3.2.4
-rw-r--r--krebs/5pkgs/haskell/brockman.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/krebs/5pkgs/haskell/brockman.nix b/krebs/5pkgs/haskell/brockman.nix
index 5f1166a2..aec89b7a 100644
--- a/krebs/5pkgs/haskell/brockman.nix
+++ b/krebs/5pkgs/haskell/brockman.nix
@@ -1,26 +1,26 @@
-{ mkDerivation, aeson, aeson-pretty, base, bloomfilter, bytestring
+{ mkDerivation, aeson, aeson-pretty, base, bytestring
, case-insensitive, conduit, containers, directory, feed, filepath
-, hslogger, html-entity, http-client, irc-conduit, lens, network
-, optparse-applicative, random, safe, stdenv, text, time, timerep
-, wreq
+, hslogger, html-entity, http-client, irc-conduit, lens, lrucache
+, network, optparse-applicative, random, safe, stdenv, text, time
+, timerep, wreq
, fetchFromGitHub
}:
mkDerivation rec {
pname = "brockman";
- version = "3.2.3";
+ version = "3.2.4";
src = fetchFromGitHub {
owner = "kmein";
repo = "brockman";
rev = version;
- sha256 = "1qbjbf0l1ikfzmvky4cnvv7nlcwi2in4afliifh618j0a4f7j427";
+ sha256 = "1jh2i3rxbw8x0p5xs9ph95ixpsa6h6qm0msjb9xqnw9j8by2fkk2";
};
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
- aeson aeson-pretty base bloomfilter bytestring case-insensitive
- conduit containers directory feed filepath hslogger html-entity
- http-client irc-conduit lens network optparse-applicative random
- safe text time timerep wreq
+ aeson aeson-pretty base bytestring case-insensitive conduit
+ containers directory feed filepath hslogger html-entity http-client
+ irc-conduit lens lrucache network optparse-applicative random safe
+ text time timerep wreq
];
license = stdenv.lib.licenses.mit;
}