hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-7-g30d5c33 from Hackage revision
9c9208cdf3
.
This commit is contained in:
parent
91f867f160
commit
daf8824df9
267
pkgs/development/haskell-modules/hackage-packages.nix
generated
267
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -36333,8 +36333,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "backprop";
|
||||
version = "0.2.6.3";
|
||||
sha256 = "0zk3k20c100iwqcvg1xw2vdysn01w4h9jypz08xs849n1a3bp7di";
|
||||
version = "0.2.6.4";
|
||||
sha256 = "0wc71r6l5qgkspl5v76f1d75xwir9jp5kzdl83rq5sviggd458v9";
|
||||
libraryHaskellDepends = [
|
||||
base containers deepseq microlens primitive reflection transformers
|
||||
vector vinyl
|
||||
@ -46055,15 +46055,15 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bytestring_0_10_10_0" = callPackage
|
||||
"bytestring_0_10_10_1" = callPackage
|
||||
({ mkDerivation, base, byteorder, deepseq, directory, dlist
|
||||
, ghc-prim, HUnit, integer-gmp, mtl, QuickCheck, random
|
||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bytestring";
|
||||
version = "0.10.10.0";
|
||||
sha256 = "1h94lyyn4fpklm25dsazj9za08m0vz9irafpza90h9j5wx4qpndq";
|
||||
version = "0.10.10.1";
|
||||
sha256 = "1imcy8yw5jag91qncvi1s9n0lldmf2pjkja6qq4mfqyh02f7arvq";
|
||||
libraryHaskellDepends = [ base deepseq ghc-prim integer-gmp ];
|
||||
testHaskellDepends = [
|
||||
base byteorder deepseq directory dlist ghc-prim HUnit mtl
|
||||
@ -116827,8 +116827,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.34.3";
|
||||
sha256 = "1x8gfffqywgm5rmvfgnk628mb9hczp9x1ihd3jap8kh7ip2rgccp";
|
||||
version = "0.34.5";
|
||||
sha256 = "1ha9jz8zq2sxsm0557x5qy4ckjcmzsfn2qfl5mrq1vihfn3frdsl";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -116868,8 +116868,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.34.3";
|
||||
sha256 = "1c40qnqg18jqdzidkl4a9v0pwb9ngzhc1zxa7kw3g61vj8wlhkv2";
|
||||
version = "0.34.5";
|
||||
sha256 = "0m6wvcagdi8bfb2g6cih0j729sk5h2vl0p3pgvqy6qfqys1rv5z2";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring cereal containers data-default deepseq
|
||||
hashable haskoin-core http-client http-types lens mtl network
|
||||
@ -135663,6 +135663,38 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"http2_2_0_5" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, array, base
|
||||
, base16-bytestring, bytestring, case-insensitive, containers
|
||||
, directory, doctest, filepath, gauge, Glob, heaps, hspec
|
||||
, http-types, mwc-random, network, network-byte-order, psqueues
|
||||
, stm, text, time-manager, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "http2";
|
||||
version = "2.0.5";
|
||||
sha256 = "1rg6dnkx2yxcdp87r1vdpyxacqv7jgxiq3bb1hjz45v5jk1xj676";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring case-insensitive containers http-types
|
||||
network network-byte-order psqueues stm time-manager
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty array base base16-bytestring bytestring
|
||||
case-insensitive containers directory doctest filepath Glob hspec
|
||||
http-types network network-byte-order psqueues stm text
|
||||
time-manager unordered-containers vector
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
array base bytestring case-insensitive containers gauge heaps
|
||||
mwc-random network-byte-order psqueues stm
|
||||
];
|
||||
description = "HTTP/2 library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http2-client" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, containers, deepseq
|
||||
, http2, lifted-async, lifted-base, mtl, network, stm, time, tls
|
||||
@ -143229,6 +143261,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"invertible_0_2_0_6" = callPackage
|
||||
({ mkDerivation, base, haskell-src-meta, invariant, lens
|
||||
, partial-isomorphisms, QuickCheck, semigroupoids, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "invertible";
|
||||
version = "0.2.0.6";
|
||||
sha256 = "1z53i81i8w3hxq0869l2i74s7k6sizbc3i4z0j5s7m412i119amd";
|
||||
libraryHaskellDepends = [
|
||||
base haskell-src-meta invariant lens partial-isomorphisms
|
||||
semigroupoids template-haskell transformers
|
||||
];
|
||||
testHaskellDepends = [ base QuickCheck transformers ];
|
||||
description = "bidirectional arrows, bijective functions, and invariant functors";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"invertible-grammar" = callPackage
|
||||
({ mkDerivation, base, bifunctors, containers, mtl, prettyprinter
|
||||
, profunctors, semigroups, tagged, template-haskell, text
|
||||
@ -152043,6 +152094,8 @@ self: {
|
||||
pname = "language-dickinson";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0ry3mkgvabm4hvax8lm7pdm8bsmp1qiaq6kndfj5m95fc0ddd1j4";
|
||||
revision = "1";
|
||||
editedCabalFile = "16ys3vfs2cdifvmij9qxa8sgvkvhfhvk47bha865zx78iml6cy58";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
@ -155489,6 +155542,21 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"libBF" = callPackage
|
||||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "libBF";
|
||||
version = "0.5.1";
|
||||
sha256 = "0iwbkfbp26z1zmnk28mnkvyh8k0i0bx56wl2jwygdnqvl5lmfv6i";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "A binding to the libBF library";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"libGenI" = callPackage
|
||||
({ mkDerivation, base, binary, containers, HUnit, mtl, parsec
|
||||
, process, QuickCheck
|
||||
@ -169903,6 +169971,28 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"monad-logger_0_3_33" = callPackage
|
||||
({ mkDerivation, base, bytestring, conduit, conduit-extra
|
||||
, exceptions, fast-logger, lifted-base, monad-control, monad-loops
|
||||
, mtl, resourcet, stm, stm-chans, template-haskell, text
|
||||
, transformers, transformers-base, transformers-compat
|
||||
, unliftio-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-logger";
|
||||
version = "0.3.33";
|
||||
sha256 = "0529blrs6883cw71h2rhw35dlm68rmp5hwr32kkmmzrhxcvdnkjc";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring conduit conduit-extra exceptions fast-logger
|
||||
lifted-base monad-control monad-loops mtl resourcet stm stm-chans
|
||||
template-haskell text transformers transformers-base
|
||||
transformers-compat unliftio-core
|
||||
];
|
||||
description = "A class of monads which can log messages";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"monad-logger-json" = callPackage
|
||||
({ mkDerivation, aeson, base, monad-logger, template-haskell, text
|
||||
}:
|
||||
@ -183658,6 +183748,21 @@ self: {
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"opentelemetry_0_5_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, exceptions, ghc-trace-events
|
||||
, hashable
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opentelemetry";
|
||||
version = "0.5.0";
|
||||
sha256 = "1v58p4i32ix33a8fxx9m5b2nxj9zcdn906whbgkk6il22q4pik9k";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring exceptions ghc-trace-events hashable
|
||||
];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-extra" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bytestring, clock, containers
|
||||
, directory, exceptions, filepath, ghc-events, hashable
|
||||
@ -183694,6 +183799,44 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-extra_0_5_0" = callPackage
|
||||
({ mkDerivation, aeson, async, base, binary, bytestring, clock
|
||||
, containers, directory, exceptions, filepath, gauge
|
||||
, generic-arbitrary, ghc-events, hashable, hashtables, http-client
|
||||
, http-client-tls, http-types, hvega, opentelemetry, process
|
||||
, QuickCheck, random, scientific, splitmix, stm, tasty
|
||||
, tasty-discover, tasty-hunit, tasty-quickcheck, text, text-show
|
||||
, typed-process, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opentelemetry-extra";
|
||||
version = "0.5.0";
|
||||
sha256 = "0m47rs86s3mrvayipdhm5awhlnkf7r8binvs094c7vsswfvwf5mv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson async base binary bytestring clock containers directory
|
||||
exceptions filepath ghc-events hashable http-client http-client-tls
|
||||
http-types opentelemetry random scientific splitmix stm text
|
||||
text-show unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
async base clock containers directory exceptions filepath
|
||||
hashtables http-client http-client-tls hvega opentelemetry process
|
||||
text typed-process
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring generic-arbitrary ghc-events hashable opentelemetry
|
||||
QuickCheck tasty tasty-discover tasty-hunit tasty-quickcheck text
|
||||
text-show unordered-containers
|
||||
];
|
||||
testToolDepends = [ tasty-discover ];
|
||||
benchmarkHaskellDepends = [ base gauge opentelemetry ];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-http-client" = callPackage
|
||||
({ mkDerivation, base, http-client, http-types, opentelemetry, text
|
||||
}:
|
||||
@ -183737,6 +183880,34 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-lightstep_0_5_0" = callPackage
|
||||
({ mkDerivation, aeson, async, base, bytestring, clock, containers
|
||||
, exceptions, filepath, ghc-events, http-client, http-client-tls
|
||||
, http-types, network, opentelemetry, opentelemetry-extra
|
||||
, scientific, splitmix, stm, text, typed-process
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opentelemetry-lightstep";
|
||||
version = "0.5.0";
|
||||
sha256 = "1qh7534453smipvc3blwvfqnywn165if51zdkyxva84izi6r8rfy";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson async base bytestring exceptions http-client http-client-tls
|
||||
http-types network opentelemetry opentelemetry-extra scientific stm
|
||||
text unordered-containers
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
async base bytestring clock containers exceptions filepath
|
||||
ghc-events http-client http-types opentelemetry opentelemetry-extra
|
||||
splitmix text typed-process unordered-containers
|
||||
];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-wai" = callPackage
|
||||
({ mkDerivation, base, bytestring, http-types, opentelemetry, text
|
||||
, wai
|
||||
@ -183753,6 +183924,22 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentelemetry-wai_0_5_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, http-types, opentelemetry, text
|
||||
, wai
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "opentelemetry-wai";
|
||||
version = "0.5.0";
|
||||
sha256 = "1prqkwj2j0vpshiaz4f61f4l8jyiqnyjaqmsylaqwbpyinp8afbk";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring http-types opentelemetry text wai
|
||||
];
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"opentheory" = callPackage
|
||||
({ mkDerivation, base, opentheory-primitive, QuickCheck }:
|
||||
mkDerivation {
|
||||
@ -186041,8 +186228,8 @@ self: {
|
||||
({ mkDerivation, base, c2hs, pam }:
|
||||
mkDerivation {
|
||||
pname = "pam";
|
||||
version = "0.1";
|
||||
sha256 = "1lmkq12p18qavx2c7xrnha56017y0f21ri4l3cqal4fb8zy0g5nj";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "0j4hm7ph0iszf8wyqpy5jiplr14jj37z2yvgcgy7p5ab5p5r38gx";
|
||||
libraryHaskellDepends = [ base ];
|
||||
librarySystemDepends = [ pam ];
|
||||
libraryToolDepends = [ c2hs ];
|
||||
@ -197450,8 +197637,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "postgresql-typed";
|
||||
version = "0.6.1.0";
|
||||
sha256 = "1p7bcwbjb0pi96d9zad8kmlb2w3g06g4xra33xmmskynmsdyc0r9";
|
||||
version = "0.6.1.1";
|
||||
sha256 = "002bqsvsig6232d4di811rpjyjg7r45xsywb34i9l98imh51mia1";
|
||||
libraryHaskellDepends = [
|
||||
aeson array attoparsec base binary bytestring containers cryptonite
|
||||
data-default haskell-src-meta HDBC memory network old-locale
|
||||
@ -225073,6 +225260,8 @@ self: {
|
||||
pname = "shakebook";
|
||||
version = "0.8.0.0";
|
||||
sha256 = "1c26j95jcljr5qfn54kgvh2mcvgsk0995zij7a23nxmb5529glhd";
|
||||
revision = "1";
|
||||
editedCabalFile = "06b8inqz14zalfj5z0pfxbb7da8qblqxpq4r0z29z89mpjxz0961";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-with base binary-instances comonad comonad-extras
|
||||
doctemplates feed free http-conduit ixset-typed lens lens-aeson
|
||||
@ -233436,6 +233625,17 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"spork" = callPackage
|
||||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "spork";
|
||||
version = "0.4.0";
|
||||
sha256 = "1mkcb9qi9d3izf3nhn0bmiiwfhvak6ky71wq7qnrq3imsarrni6s";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
description = "Catch errors from pure computations in a Maybe/Either";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"spoty" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, lens, lens-aeson, pipes
|
||||
, text, unordered-containers, wreq
|
||||
@ -238358,6 +238558,35 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"string-interpolate_0_3_0_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, criterion, deepseq, formatting
|
||||
, haskell-src-exts, haskell-src-meta, hspec, hspec-core
|
||||
, interpolate, neat-interpolation, QuickCheck, quickcheck-instances
|
||||
, quickcheck-text, quickcheck-unicode, split, template-haskell
|
||||
, text, text-conversions, unordered-containers, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "string-interpolate";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0h7lqr5g11pr9ikzg7j26fgj9m8659j1vpcwggvndv6k71sh281a";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring haskell-src-exts haskell-src-meta split
|
||||
template-haskell text text-conversions utf8-string
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring hspec hspec-core QuickCheck quickcheck-instances
|
||||
quickcheck-text quickcheck-unicode template-haskell text
|
||||
unordered-containers
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring criterion deepseq formatting interpolate
|
||||
neat-interpolation QuickCheck text
|
||||
];
|
||||
description = "Haskell string/text/bytestring interpolation that just works";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"string-isos" = callPackage
|
||||
({ mkDerivation, base, bytestring, mono-traversable, safe, text
|
||||
, type-iso
|
||||
@ -243650,8 +243879,8 @@ self: {
|
||||
pname = "tasty-hedgehog";
|
||||
version = "1.0.0.2";
|
||||
sha256 = "1vsv3m6brhshpqm8qixz97m7h0nx67cj6ira4cngbk7mf5rqylv5";
|
||||
revision = "2";
|
||||
editedCabalFile = "1v4jp3xk5ikik638vkyf2jxkhaf2n6fsw8zxqxxjv65x60082kl7";
|
||||
revision = "3";
|
||||
editedCabalFile = "0vjr63nsc3z2jzc80clx2pzhcx1l53bqscwflvwwgjy0gmsshakd";
|
||||
libraryHaskellDepends = [ base hedgehog tagged tasty ];
|
||||
testHaskellDepends = [
|
||||
base hedgehog tasty tasty-expected-failure
|
||||
@ -265971,8 +266200,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "web-inv-route";
|
||||
version = "0.1.2.2";
|
||||
sha256 = "0cbf46d1a55y7j2d84crhfdsgy0c2x0rfmvhhwxxh5pigg846cd2";
|
||||
version = "0.1.2.3";
|
||||
sha256 = "1xk6f3z7pcn5bmr2259yvv9l9wbfyycb7990dffz4b802ahxf1xv";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive containers happstack-server
|
||||
hashable http-types invertible network-uri snap-core text
|
||||
@ -277873,8 +278102,8 @@ self: {
|
||||
pname = "ztail";
|
||||
version = "1.2.0.2";
|
||||
sha256 = "05vpq3kiv1xrby2k1qn41s42cxxxblcgxpnw1sgyznx63pal2hx1";
|
||||
revision = "1";
|
||||
editedCabalFile = "0d0cpgb0v849zxl12c2gkm3x4nmyfycka1pcfix43lawx62rky8s";
|
||||
revision = "2";
|
||||
editedCabalFile = "16w0hgjvj45azdgkzvykiznds5sa38mq9xf5022r7qfhpvps65y0";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user