hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
3de280944b
.
This commit is contained in:
parent
14467cff2c
commit
5f9254bc4b
@ -125514,6 +125514,24 @@ self: {
|
||||
maintainers = with lib.maintainers; [ roberth ];
|
||||
}) {};
|
||||
|
||||
"hercules-ci-cnix-store" = callPackage
|
||||
({ mkDerivation, base, boost, bytestring, conduit, containers
|
||||
, inline-c, inline-c-cpp, nix, protolude, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hercules-ci-cnix-store";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "1ni83x2453ii2xgq4ihhr41jbjhgga5dq5q8560f555fwrw10brz";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring conduit containers inline-c inline-c-cpp protolude
|
||||
unliftio-core
|
||||
];
|
||||
librarySystemDepends = [ boost ];
|
||||
libraryPkgconfigDepends = [ nix ];
|
||||
description = "Haskell bindings for Nix's libstore";
|
||||
license = lib.licenses.asl20;
|
||||
}) {inherit (pkgs) boost; inherit (pkgs) nix;};
|
||||
|
||||
"here" = callPackage
|
||||
({ mkDerivation, base, haskell-src-meta, mtl, parsec
|
||||
, template-haskell
|
||||
@ -148856,8 +148874,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ipfs";
|
||||
version = "1.1.5.1";
|
||||
sha256 = "0c93s1s3l72yw2lb28v37bnhmvcn5s2w1620fsx0z4ij1z8dnk19";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "12aibxpdkgwym8k8hibb8a77bbf7wd6z5czwpakg48x9gxmvhygn";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring envy flow Glob http-media ip lens
|
||||
monad-logger regex-compat rio servant servant-client servant-server
|
||||
@ -158963,8 +158981,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "launchdarkly-server-sdk";
|
||||
version = "2.1.0";
|
||||
sha256 = "1nj6jcmara4x8y292q5qacli6hmfhahw856a0nyngca2c8m5mwr1";
|
||||
version = "2.1.1";
|
||||
sha256 = "1gjiwj8x57z9qs9gxdgqyih38i8rkkvjak4va5cg44qp3rflmby1";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base16-bytestring bytestring
|
||||
bytestring-conversion clock containers cryptohash exceptions extra
|
||||
@ -159648,8 +159666,8 @@ self: {
|
||||
({ mkDerivation, base, bytestring, text }:
|
||||
mkDerivation {
|
||||
pname = "leanpub-concepts";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "1vf62iryqmj8ll16cm5xpwaqzlhw8rb7p6pshm87assm9lnw3k8c";
|
||||
version = "1.1";
|
||||
sha256 = "0zy26sccxyqhmlk6dfbd7jghwmfi9zkcljb9rcl82ysw7cwyl3qw";
|
||||
libraryHaskellDepends = [ base bytestring text ];
|
||||
description = "Types for the Leanpub API";
|
||||
license = lib.licenses.mit;
|
||||
@ -159662,8 +159680,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "leanpub-wreq";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "060ilipz2aj7rci6yiy2r6j8c10hlv8q8qv5wm7ic9rjl2gvx4ra";
|
||||
version = "1.1";
|
||||
sha256 = "1mk188r1bxg3qhv24nxkqw5vk5jyifxvg171h8bx93s9mmrikzdv";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring exceptions leanpub-concepts lens rando text
|
||||
time transformers unordered-containers wreq
|
||||
@ -160589,8 +160607,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lentil";
|
||||
version = "1.5.0.0";
|
||||
sha256 = "1fkgaf4vgn2b8pkvcc9x3dmigqrq4qp31xvjmp3h0g9s1bm9ay5z";
|
||||
version = "1.5.1.0";
|
||||
sha256 = "03h7fk37rrxpnxfpckpfi5k3v7ch4v5vn601m9lj9shbs26h1cdx";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user