hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-1-g5325ccd from Hackage revision
b51789ef3e
.
This commit is contained in:
parent
40dad5ec30
commit
bd355d9a38
@ -46319,8 +46319,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cachix";
|
pname = "cachix";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
sha256 = "06jj961im8pavn7lay4kfn5dcs8pbd6adq8cmxalf4cm8gy77bxj";
|
sha256 = "1zafbwy0pbdnaybf7q9izrwi6w1l0df6l5628i6m9j9d82k75iqx";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -167798,18 +167798,21 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"net-spider-rpl" = callPackage
|
"net-spider-rpl" = callPackage
|
||||||
({ mkDerivation, aeson, base, conduit, conduit-parse, greskell
|
({ mkDerivation, aeson, base, bytestring, conduit, conduit-parse
|
||||||
, hashable, hspec, ip, mtl, net-spider, safe-exceptions, text, time
|
, fast-logger, greskell, hashable, hspec, ip, monad-logger, mtl
|
||||||
|
, net-spider, safe-exceptions, text, time
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "net-spider-rpl";
|
pname = "net-spider-rpl";
|
||||||
version = "0.2.3.0";
|
version = "0.3.0.0";
|
||||||
sha256 = "1nsx9y8g2fpqkh52wnlzpq6p9vsp8y3rcikin1gsf7fjs18n74k8";
|
sha256 = "1b0035j4y4gd8jhisnjs4fgw2jmyh91az6b29869wxwdcrvk3cm4";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base conduit conduit-parse greskell hashable ip mtl
|
aeson base conduit conduit-parse greskell hashable ip monad-logger
|
||||||
net-spider safe-exceptions text time
|
mtl net-spider safe-exceptions text time
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring fast-logger hspec monad-logger net-spider text
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ base hspec net-spider text ];
|
|
||||||
description = "NetSpider data model and utility for RPL networks";
|
description = "NetSpider data model and utility for RPL networks";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user