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:
Peter Simons 2019-10-01 16:18:59 +02:00
parent 40dad5ec30
commit bd355d9a38

View file

@ -46319,8 +46319,8 @@ self: {
}:
mkDerivation {
pname = "cachix";
version = "0.3.3";
sha256 = "06jj961im8pavn7lay4kfn5dcs8pbd6adq8cmxalf4cm8gy77bxj";
version = "0.3.4";
sha256 = "1zafbwy0pbdnaybf7q9izrwi6w1l0df6l5628i6m9j9d82k75iqx";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -167798,18 +167798,21 @@ self: {
}) {};
"net-spider-rpl" = callPackage
({ mkDerivation, aeson, base, conduit, conduit-parse, greskell
, hashable, hspec, ip, mtl, net-spider, safe-exceptions, text, time
({ mkDerivation, aeson, base, bytestring, conduit, conduit-parse
, fast-logger, greskell, hashable, hspec, ip, monad-logger, mtl
, net-spider, safe-exceptions, text, time
}:
mkDerivation {
pname = "net-spider-rpl";
version = "0.2.3.0";
sha256 = "1nsx9y8g2fpqkh52wnlzpq6p9vsp8y3rcikin1gsf7fjs18n74k8";
version = "0.3.0.0";
sha256 = "1b0035j4y4gd8jhisnjs4fgw2jmyh91az6b29869wxwdcrvk3cm4";
libraryHaskellDepends = [
aeson base conduit conduit-parse greskell hashable ip mtl
net-spider safe-exceptions text time
aeson base conduit conduit-parse greskell hashable ip monad-logger
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";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;