hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-4-g48a154e from Hackage revision
e7b871e45e
.
This commit is contained in:
parent
277e0a72f5
commit
5a55704605
@ -41101,19 +41101,20 @@ self: {
|
||||
}) {};
|
||||
|
||||
"cassava" = callPackage
|
||||
({ mkDerivation, array, attoparsec, base, bytestring
|
||||
, bytestring-builder, containers, deepseq, hashable, HUnit, Only
|
||||
, QuickCheck, quickcheck-instances, scientific, test-framework
|
||||
, test-framework-hunit, test-framework-quickcheck2, text
|
||||
({ mkDerivation, array, attoparsec, base, bytestring, containers
|
||||
, deepseq, hashable, HUnit, Only, QuickCheck, quickcheck-instances
|
||||
, scientific, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2, text, text-short
|
||||
, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cassava";
|
||||
version = "0.5.1.0";
|
||||
sha256 = "0xs2c5lpy0g5lsmp2cx0dm5lnxij7cgry6xd5gsn3bfdlap8lb3n";
|
||||
configureFlags = [ "-f-bytestring--lt-0_10_4" ];
|
||||
libraryHaskellDepends = [
|
||||
array attoparsec base bytestring bytestring-builder containers
|
||||
deepseq hashable Only scientific text unordered-containers vector
|
||||
array attoparsec base bytestring containers deepseq hashable Only
|
||||
scientific text text-short unordered-containers vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
attoparsec base bytestring hashable HUnit QuickCheck
|
||||
@ -66940,6 +66941,27 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"eventsource-api_1_2_0" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers
|
||||
, enclosed-exceptions, lifted-async, lifted-base, monad-control
|
||||
, monad-loops, mtl, stm, stm-chans, string-conversions, text
|
||||
, transformers-base, unordered-containers, uuid
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "eventsource-api";
|
||||
version = "1.2.0";
|
||||
sha256 = "1hiigk22f5w1bgnvmpi2gs8s1c80x2ddd44rczj5dfrfawvm8jr2";
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring containers enclosed-exceptions lifted-async
|
||||
lifted-base monad-control monad-loops mtl stm stm-chans
|
||||
string-conversions text transformers-base unordered-containers uuid
|
||||
];
|
||||
homepage = "https://github.com/YoEight/eventsource-api#readme";
|
||||
description = "Provides an eventsourcing high level API";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"eventsource-geteventstore-store" = callPackage
|
||||
({ mkDerivation, aeson, base, eventsource-api
|
||||
, eventsource-store-specs, eventstore, mtl, protolude, tasty
|
||||
@ -66962,6 +66984,29 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"eventsource-geteventstore-store_1_0_5" = callPackage
|
||||
({ mkDerivation, aeson, base, eventsource-api
|
||||
, eventsource-store-specs, eventstore, mtl, protolude
|
||||
, string-conversions, tasty, tasty-hspec, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "eventsource-geteventstore-store";
|
||||
version = "1.0.5";
|
||||
sha256 = "0lbgjbl14p6480pmr27zls91g0zy8g0id59ls0hajaghwibcabb6";
|
||||
libraryHaskellDepends = [
|
||||
aeson base eventsource-api eventstore mtl string-conversions
|
||||
transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base eventsource-api eventsource-store-specs eventstore protolude
|
||||
tasty tasty-hspec
|
||||
];
|
||||
homepage = "https://github.com/YoEight/eventsource-api#readme";
|
||||
description = "GetEventStore store implementation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"eventsource-store-specs" = callPackage
|
||||
({ mkDerivation, aeson, base, eventsource-api, mtl, protolude
|
||||
, tasty, tasty-hspec, uuid
|
||||
@ -66978,6 +67023,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"eventsource-store-specs_1_1_0" = callPackage
|
||||
({ mkDerivation, aeson, async, base, eventsource-api, mtl, tasty
|
||||
, tasty-hspec, text, transformers-base, uuid
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "eventsource-store-specs";
|
||||
version = "1.1.0";
|
||||
sha256 = "0z4c6p8f0w72kz682i7f0zjy3qqz7n2pkgjfb258w7xx642434g0";
|
||||
libraryHaskellDepends = [
|
||||
aeson async base eventsource-api mtl tasty tasty-hspec text
|
||||
transformers-base uuid
|
||||
];
|
||||
homepage = "https://github.com/YoEight/eventsource-api#readme";
|
||||
description = "Provides common test specification for Store implementation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"eventsource-stub-store" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, eventsource-api
|
||||
, eventsource-store-specs, mtl, protolude, stm, tasty, tasty-hspec
|
||||
@ -66998,6 +67061,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"eventsource-stub-store_1_0_3" = callPackage
|
||||
({ mkDerivation, aeson, async, base, containers, eventsource-api
|
||||
, eventsource-store-specs, mtl, protolude, stm, tasty, tasty-hspec
|
||||
, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "eventsource-stub-store";
|
||||
version = "1.0.3";
|
||||
sha256 = "12vsn32m2h3bgssp2s6p1x90lj3h814iwplzhiyhmnaapq451h2w";
|
||||
libraryHaskellDepends = [
|
||||
async base containers eventsource-api mtl stm transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base eventsource-api eventsource-store-specs protolude tasty
|
||||
tasty-hspec
|
||||
];
|
||||
homepage = "https://github.com/YoEight/eventsource-api#readme";
|
||||
description = "An in-memory stub store implementation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"eventsourced" = callPackage
|
||||
({ mkDerivation, base, blaze-builder, bytestring, HUnit, wai
|
||||
, wai-extra, warp
|
||||
@ -205965,6 +206050,30 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"wai-git-http" = callPackage
|
||||
({ mkDerivation, attoparsec, base, blaze-builder, bytestring
|
||||
, case-insensitive, conduit, conduit-extra, containers, directory
|
||||
, filepath, hspec, http-types, network, process, sockaddr, text
|
||||
, wai, wai-conduit, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "wai-git-http";
|
||||
version = "0.0.0";
|
||||
sha256 = "15j0zkrd0m0qs0yg6b6zwhgfq283a2j8dxf1aqs9l9cbagzsg75g";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base blaze-builder bytestring case-insensitive conduit
|
||||
conduit-extra containers directory filepath http-types network
|
||||
process sockaddr text wai wai-conduit
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring conduit conduit-extra directory hspec process wai
|
||||
warp
|
||||
];
|
||||
homepage = "https://github.com/NorfairKing/wai-git-http";
|
||||
description = "Git http-backend CGI App of WAI";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"wai-graceful" = callPackage
|
||||
({ mkDerivation, base, http-types, mtl, resourcet, unix, wai }:
|
||||
mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user