brockman: 3.2.3 -> 3.2.4
This commit is contained in:
parent
0a53ef2a0d
commit
161d5f2d96
@ -1,26 +1,26 @@
|
|||||||
{ mkDerivation, aeson, aeson-pretty, base, bloomfilter, bytestring
|
{ mkDerivation, aeson, aeson-pretty, base, bytestring
|
||||||
, case-insensitive, conduit, containers, directory, feed, filepath
|
, case-insensitive, conduit, containers, directory, feed, filepath
|
||||||
, hslogger, html-entity, http-client, irc-conduit, lens, network
|
, hslogger, html-entity, http-client, irc-conduit, lens, lrucache
|
||||||
, optparse-applicative, random, safe, stdenv, text, time, timerep
|
, network, optparse-applicative, random, safe, stdenv, text, time
|
||||||
, wreq
|
, timerep, wreq
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "brockman";
|
pname = "brockman";
|
||||||
version = "3.2.3";
|
version = "3.2.4";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kmein";
|
owner = "kmein";
|
||||||
repo = "brockman";
|
repo = "brockman";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1qbjbf0l1ikfzmvky4cnvv7nlcwi2in4afliifh618j0a4f7j427";
|
sha256 = "1jh2i3rxbw8x0p5xs9ph95ixpsa6h6qm0msjb9xqnw9j8by2fkk2";
|
||||||
};
|
};
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson aeson-pretty base bloomfilter bytestring case-insensitive
|
aeson aeson-pretty base bytestring case-insensitive conduit
|
||||||
conduit containers directory feed filepath hslogger html-entity
|
containers directory feed filepath hslogger html-entity http-client
|
||||||
http-client irc-conduit lens network optparse-applicative random
|
irc-conduit lens lrucache network optparse-applicative random safe
|
||||||
safe text time timerep wreq
|
text time timerep wreq
|
||||||
];
|
];
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user