mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-2-g2ef7e72 from Hackage revision
1aad60ed96
.
This commit is contained in:
parent
9375b5c729
commit
546af13867
337
pkgs/development/haskell-modules/hackage-packages.nix
generated
337
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -10836,8 +10836,8 @@ self: {
|
||||
({ mkDerivation, base, bytestring, Cabal, network, openssl, time }:
|
||||
mkDerivation {
|
||||
pname = "HsOpenSSL";
|
||||
version = "0.11.6";
|
||||
sha256 = "1gkx6kk03ziz9wk6iwxcdpf1ig8a9whwv3yjbzmqrwkp7fh1wdrw";
|
||||
version = "0.11.6.1";
|
||||
sha256 = "0jmnmrhvm7rbspv0vw482i8wpmkzhnnwxswqwx75455w0mvdg62l";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring network time ];
|
||||
librarySystemDepends = [ openssl ];
|
||||
@ -39959,20 +39959,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"benchpress" = callPackage
|
||||
({ mkDerivation, base, bytestring, mtl, time }:
|
||||
mkDerivation {
|
||||
pname = "benchpress";
|
||||
version = "0.2.2.15";
|
||||
sha256 = "0bffchlwcyqgbnviqvm01lyj7zldvd3yj9yqnc8150lgxr29kvf9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base mtl time ];
|
||||
executableHaskellDepends = [ base bytestring time ];
|
||||
description = "Micro-benchmarking with detailed statistics";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"benchpress_0_2_2_16" = callPackage
|
||||
({ mkDerivation, base, bytestring, mtl, time }:
|
||||
mkDerivation {
|
||||
pname = "benchpress";
|
||||
@ -39984,7 +39970,6 @@ self: {
|
||||
executableHaskellDepends = [ base bytestring time ];
|
||||
description = "Micro-benchmarking with detailed statistics";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"bencode" = callPackage
|
||||
@ -45428,26 +45413,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"boring" = callPackage
|
||||
({ mkDerivation, adjunctions, base, base-compat, bin, constraints
|
||||
, dec, fin, generics-sop, ral, singleton-bool, streams, tagged
|
||||
, transformers, transformers-compat, vec
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "boring";
|
||||
version = "0.1.3";
|
||||
sha256 = "1fljlkzc5016xbq9jykh0wr1mbyfcikh818pp54djws5vm66hh6d";
|
||||
revision = "2";
|
||||
editedCabalFile = "031vricyy2m7hg2hk3bj64lsz55k9qh36s2yfh09pgsfykr883ag";
|
||||
libraryHaskellDepends = [
|
||||
adjunctions base base-compat bin constraints dec fin generics-sop
|
||||
ral singleton-bool streams tagged transformers transformers-compat
|
||||
vec
|
||||
];
|
||||
description = "Boring and Absurd types";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"boring_0_2" = callPackage
|
||||
({ mkDerivation, base, tagged, transformers }:
|
||||
mkDerivation {
|
||||
pname = "boring";
|
||||
@ -45456,7 +45421,6 @@ self: {
|
||||
libraryHaskellDepends = [ base tagged transformers ];
|
||||
description = "Boring and Absurd types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"boring-game" = callPackage
|
||||
@ -60613,16 +60577,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"composition" = callPackage
|
||||
({ mkDerivation }:
|
||||
mkDerivation {
|
||||
pname = "composition";
|
||||
version = "1.0.2.1";
|
||||
sha256 = "0smdyzcnfwiab1wnazmk4szali1ckh7dqcdp9vn7qnnabq7k08vi";
|
||||
description = "Combinators for unorthodox function composition";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"composition_1_0_2_2" = callPackage
|
||||
({ mkDerivation }:
|
||||
mkDerivation {
|
||||
pname = "composition";
|
||||
@ -60630,7 +60584,6 @@ self: {
|
||||
sha256 = "0bnl8kmaqbjnznqgnjj2gr2qygln6y6493prk0anpd8zdylzf2xm";
|
||||
description = "Combinators for unorthodox function composition";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"composition-extra" = callPackage
|
||||
@ -65270,7 +65223,7 @@ self: {
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python3;};
|
||||
}) {python3 = null;};
|
||||
|
||||
"cql" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, Decimal
|
||||
@ -70625,24 +70578,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"data-serializer" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cereal, data-endian
|
||||
, parsers, semigroups, split, tasty, tasty-quickcheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "data-serializer";
|
||||
version = "0.3.4.1";
|
||||
sha256 = "1md6zkv1yqxmyca6mljw8y5g3xaqz3g087qd49qpi94w0x1lqgnk";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring cereal data-endian parsers semigroups split
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring cereal tasty tasty-quickcheck
|
||||
];
|
||||
description = "Common API for serialization libraries";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"data-serializer_0_3_5" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, cereal, data-endian
|
||||
, parsers, split, tasty, tasty-quickcheck
|
||||
}:
|
||||
@ -70658,7 +70593,6 @@ self: {
|
||||
];
|
||||
description = "Common API for serialization libraries";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"data-size" = callPackage
|
||||
@ -78044,8 +77978,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dl-fedora";
|
||||
version = "0.7.6";
|
||||
sha256 = "03npp2cq1259w590am87v0r4q48pfjq2zb2b04hymlr6hi3a8xw5";
|
||||
version = "0.7.7";
|
||||
sha256 = "0m4rf0h2hzsd00cgn14w1n8pyrqrikwnf9d232lzwx6qx3nf2nqp";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@ -78053,6 +77987,7 @@ self: {
|
||||
optparse-applicative regex-posix simple-cmd simple-cmd-args text
|
||||
time unix xdg-userdirs
|
||||
];
|
||||
testHaskellDepends = [ base simple-cmd ];
|
||||
description = "Fedora image download tool";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
@ -93037,22 +92972,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"flags-applicative" = callPackage
|
||||
({ mkDerivation, base, casing, containers, hspec, mtl, network
|
||||
, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "flags-applicative";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "192yghdmylynn57l22ahb6dhrbl590dxmv2cdn755r22v7dbhsgf";
|
||||
libraryHaskellDepends = [
|
||||
base casing containers mtl network text
|
||||
];
|
||||
testHaskellDepends = [ base containers hspec text ];
|
||||
description = "Applicative flag parsing";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"flags-applicative_0_1_0_3" = callPackage
|
||||
({ mkDerivation, base, casing, containers, hspec, mtl, network
|
||||
, text
|
||||
}:
|
||||
@ -93066,7 +92985,6 @@ self: {
|
||||
testHaskellDepends = [ base containers hspec text ];
|
||||
description = "Applicative flag parsing";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"flamethrower" = callPackage
|
||||
@ -111967,35 +111885,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"graphula" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, directory
|
||||
, generics-eot, hspec, http-api-data, HUnit, markdown-unlit
|
||||
, monad-logger, mtl, path-pieces, persistent, persistent-sqlite
|
||||
, persistent-template, QuickCheck, random, resourcet, semigroups
|
||||
, temporary, text, transformers, unliftio, unliftio-core, uuid
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "graphula";
|
||||
version = "2.0.0.3";
|
||||
sha256 = "1hmay1g8j1b8pq98blq1sizc61h7lj782sajlwrllgvxc826rjm2";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory generics-eot HUnit mtl persistent
|
||||
QuickCheck random semigroups temporary text transformers unliftio
|
||||
unliftio-core
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base bytestring containers hspec http-api-data markdown-unlit
|
||||
monad-logger path-pieces persistent persistent-sqlite
|
||||
persistent-template QuickCheck resourcet text transformers
|
||||
unliftio-core uuid
|
||||
];
|
||||
testToolDepends = [ markdown-unlit ];
|
||||
description = "A declarative library for describing dependencies between data";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"graphula_2_0_0_4" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, directory
|
||||
, generics-eot, hspec, http-api-data, HUnit, markdown-unlit
|
||||
, monad-logger, mtl, path-pieces, persistent, persistent-sqlite
|
||||
@ -122606,8 +122495,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store";
|
||||
version = "0.52.4";
|
||||
sha256 = "0qgiskx01rlwdmidv01k4mr9awb4sj6srhcrrsmiqd7fdnlaxb3s";
|
||||
version = "0.52.5";
|
||||
sha256 = "1vxm0y850bk3xhjy53rqx8231xvvdiw546izpz2x4ydnqg507w2b";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -122648,22 +122537,23 @@ self: {
|
||||
({ mkDerivation, aeson, base, binary, bytes, bytestring, cereal
|
||||
, containers, data-default, deepseq, hashable, haskoin-core, hspec
|
||||
, hspec-discover, http-client, http-types, lens, mtl, network
|
||||
, QuickCheck, scotty, string-conversions, text
|
||||
, QuickCheck, scotty, string-conversions, text, time
|
||||
, unordered-containers, wreq
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskoin-store-data";
|
||||
version = "0.52.0";
|
||||
sha256 = "0fgjmyps858dvx8i2mzn8kqmms869wamldrdlmy2y27wcmrzzj51";
|
||||
version = "0.52.5";
|
||||
sha256 = "1yhjdvfbri1n900wkrql7j9h5d2igqap9yjpssvkb2wrxb22zmc1";
|
||||
libraryHaskellDepends = [
|
||||
aeson base binary bytes bytestring cereal containers data-default
|
||||
deepseq hashable haskoin-core http-client http-types lens mtl
|
||||
network scotty string-conversions text unordered-containers wreq
|
||||
network scotty string-conversions text time unordered-containers
|
||||
wreq
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base binary bytes bytestring cereal containers data-default
|
||||
deepseq hashable haskoin-core hspec http-client http-types lens mtl
|
||||
network QuickCheck scotty string-conversions text
|
||||
network QuickCheck scotty string-conversions text time
|
||||
unordered-containers wreq
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
@ -129071,22 +128961,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hidapi" = callPackage
|
||||
({ mkDerivation, base, bytestring, deepseq, deepseq-generics
|
||||
, systemd
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hidapi";
|
||||
version = "0.1.6";
|
||||
sha256 = "1dy5sbfh8rkzrjpn5ls5xbr32ja0h6bgigzya512advc4c21af2b";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring deepseq deepseq-generics
|
||||
];
|
||||
librarySystemDepends = [ systemd ];
|
||||
description = "Haskell bindings to HIDAPI";
|
||||
license = lib.licenses.mit;
|
||||
}) {inherit (pkgs) systemd;};
|
||||
|
||||
"hidapi_0_1_7" = callPackage
|
||||
({ mkDerivation, base, bytestring, deepseq, deepseq-generics
|
||||
, systemd
|
||||
}:
|
||||
@ -129100,7 +128974,6 @@ self: {
|
||||
librarySystemDepends = [ systemd ];
|
||||
description = "Haskell bindings to HIDAPI";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) systemd;};
|
||||
|
||||
"hidden-char" = callPackage
|
||||
@ -134816,27 +134689,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"hpc-codecov" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, directory, filepath, hpc
|
||||
, tar, tasty, tasty-hunit
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hpc-codecov";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0x95ikxrymvgakpiycbl027nv23c8c7p369zvbbr2bv67jvb7fzv";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring directory filepath hpc
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [
|
||||
base directory filepath tar tasty tasty-hunit
|
||||
];
|
||||
description = "Generate codecov report from hpc data";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"hpc-codecov_0_3_0_0" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, directory, filepath, hpc
|
||||
, process, tasty, tasty-hunit
|
||||
}:
|
||||
@ -134855,7 +134707,6 @@ self: {
|
||||
];
|
||||
description = "Generate codecov report from hpc data";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hpc-coveralls" = callPackage
|
||||
@ -154294,7 +154145,7 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python;};
|
||||
}) {python = null;};
|
||||
|
||||
"json-qq" = callPackage
|
||||
({ mkDerivation, base, haskell-src-meta, parsec, template-haskell
|
||||
@ -164233,27 +164084,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"lifted-async" = callPackage
|
||||
({ mkDerivation, async, base, constraints, deepseq, HUnit
|
||||
, lifted-base, monad-control, mtl, tasty, tasty-bench
|
||||
, tasty-expected-failure, tasty-hunit, tasty-th, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "lifted-async";
|
||||
version = "0.10.1.3";
|
||||
sha256 = "1hml672j8sqxhklxif3nwr8v59a596wwwbllq0zvvmlxcjdzlh7k";
|
||||
libraryHaskellDepends = [
|
||||
async base constraints lifted-base monad-control transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base HUnit lifted-base monad-control mtl tasty
|
||||
tasty-expected-failure tasty-hunit tasty-th
|
||||
];
|
||||
benchmarkHaskellDepends = [ async base deepseq tasty-bench ];
|
||||
description = "Run lifted IO operations asynchronously and wait for their results";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"lifted-async_0_10_2" = callPackage
|
||||
({ mkDerivation, async, base, constraints, deepseq, HUnit
|
||||
, lifted-base, monad-control, mtl, tasty, tasty-bench
|
||||
, tasty-expected-failure, tasty-hunit, tasty-th, transformers-base
|
||||
@ -164272,7 +164102,6 @@ self: {
|
||||
benchmarkHaskellDepends = [ async base deepseq tasty-bench ];
|
||||
description = "Run lifted IO operations asynchronously and wait for their results";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"lifted-base" = callPackage
|
||||
@ -169898,7 +169727,7 @@ self: {
|
||||
];
|
||||
description = "LZMA/XZ compression and decompression";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) lzma;};
|
||||
}) {lzma = null;};
|
||||
|
||||
"lzma-clib" = callPackage
|
||||
({ mkDerivation }:
|
||||
@ -169953,7 +169782,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) lzma;};
|
||||
}) {lzma = null;};
|
||||
|
||||
"lzma-static" = callPackage
|
||||
({ mkDerivation, base, bytestring, HUnit, QuickCheck, tasty
|
||||
@ -180233,18 +180062,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"more-containers" = callPackage
|
||||
({ mkDerivation, base, binary, containers, hspec }:
|
||||
mkDerivation {
|
||||
pname = "more-containers";
|
||||
version = "0.2.2.0";
|
||||
sha256 = "1i4klvfwgw608sy81mqqvd107b187gkib2rwsz6aqc4rh0vm0a87";
|
||||
libraryHaskellDepends = [ base binary containers ];
|
||||
testHaskellDepends = [ base binary containers hspec ];
|
||||
description = "A few more collections";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"more-containers_0_2_2_2" = callPackage
|
||||
({ mkDerivation, base, binary, containers, hspec }:
|
||||
mkDerivation {
|
||||
pname = "more-containers";
|
||||
@ -180254,7 +180071,6 @@ self: {
|
||||
testHaskellDepends = [ base binary containers hspec ];
|
||||
description = "A few more collections";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"more-extensible-effects" = callPackage
|
||||
@ -214266,7 +214082,7 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python;};
|
||||
}) {python = null;};
|
||||
|
||||
"pyfi" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, pureMD5
|
||||
@ -214284,7 +214100,7 @@ self: {
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python;};
|
||||
}) {python = null;};
|
||||
|
||||
"python-pickle" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs
|
||||
@ -225342,26 +225158,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"rio-orphans" = callPackage
|
||||
({ mkDerivation, base, exceptions, fast-logger, hspec
|
||||
, monad-control, monad-logger, resourcet, rio, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "rio-orphans";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "0klbshdsv3gq3l7g1d6gq2wxdqjlqxbnwk1lbg5dpbz7yrnjr3by";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions fast-logger monad-control monad-logger resourcet
|
||||
rio transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base exceptions fast-logger hspec monad-control monad-logger
|
||||
resourcet rio transformers-base
|
||||
];
|
||||
description = "Orphan instances for the RIO type in the rio package";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"rio-orphans_0_1_2_0" = callPackage
|
||||
({ mkDerivation, base, exceptions, fast-logger, hspec
|
||||
, monad-control, monad-logger, resourcet, rio, transformers-base
|
||||
, unliftio-core
|
||||
@ -225380,7 +225176,6 @@ self: {
|
||||
];
|
||||
description = "Orphan instances for the RIO type in the rio package";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"rio-prettyprint" = callPackage
|
||||
@ -235705,33 +235500,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"serverless-haskell" = callPackage
|
||||
({ mkDerivation, aeson, aeson-casing, amazonka-core
|
||||
, amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive
|
||||
, hspec, hspec-discover, http-client, http-types, iproute, lens
|
||||
, raw-strings-qq, safe-exceptions, text, time, transformers, unix
|
||||
, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "serverless-haskell";
|
||||
version = "0.12.5";
|
||||
sha256 = "1p15nzwjbwbjxnqgs6dzz7sb2cp5y3l69hr3n10zmwmgrq4x2nfa";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
|
||||
bytestring case-insensitive http-client http-types iproute lens
|
||||
safe-exceptions text time unix unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-casing amazonka-core amazonka-kinesis amazonka-s3 base
|
||||
bytestring case-insensitive hspec hspec-discover http-client
|
||||
http-types iproute lens raw-strings-qq safe-exceptions text time
|
||||
transformers unix unordered-containers
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Deploying Haskell code onto AWS Lambda using Serverless";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"serverless-haskell_0_12_6" = callPackage
|
||||
({ mkDerivation, aeson, aeson-casing, amazonka-core
|
||||
, amazonka-kinesis, amazonka-s3, base, bytestring, case-insensitive
|
||||
, containers, hspec, hspec-discover, http-client, http-types
|
||||
@ -235756,7 +235524,6 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Deploying Haskell code onto AWS Lambda using Serverless";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"serversession" = callPackage
|
||||
@ -244193,18 +243960,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"some" = callPackage
|
||||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "some";
|
||||
version = "1.0.2";
|
||||
sha256 = "12mv5gzcvl4n5rz685r2nmmiykvnkvrvx7k4cvwscdjjgnqa9y6c";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Existential type: Some";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"some_1_0_3" = callPackage
|
||||
({ mkDerivation, base, deepseq }:
|
||||
mkDerivation {
|
||||
pname = "some";
|
||||
@ -244214,7 +243969,6 @@ self: {
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Existential type: Some";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sonic-visualiser" = callPackage
|
||||
@ -250963,29 +250717,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"string-random" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers
|
||||
, optparse-applicative, pcre-heavy, QuickCheck, random, tasty
|
||||
, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "string-random";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "09xv1jbhsz8hfxc6y54fj4pkhyxfbfh53i6kxy408zm3raa2nmii";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base containers random text transformers
|
||||
];
|
||||
executableHaskellDepends = [ base optparse-applicative text ];
|
||||
testHaskellDepends = [
|
||||
base bytestring pcre-heavy QuickCheck tasty tasty-hunit
|
||||
tasty-quickcheck text
|
||||
];
|
||||
description = "A library for generating random string from a regular experession";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"string-random_0_1_4_1" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers
|
||||
, optparse-applicative, pcre-heavy, QuickCheck, random, tasty
|
||||
, tasty-hunit, tasty-quickcheck, text, transformers
|
||||
@ -251006,7 +250737,6 @@ self: {
|
||||
];
|
||||
description = "A library for generating random string from a regular experession";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"string-similarity" = callPackage
|
||||
@ -256486,17 +256216,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"tasty-bench" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, tasty }:
|
||||
mkDerivation {
|
||||
pname = "tasty-bench";
|
||||
version = "0.2.4";
|
||||
sha256 = "11hkhlpwxzxxi6ny4jklaz70cd0ca905yxv9idacmwajbrliinna";
|
||||
libraryHaskellDepends = [ base containers deepseq tasty ];
|
||||
description = "Featherlight benchmark framework";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"tasty-bench_0_2_5" = callPackage
|
||||
({ mkDerivation, base, containers, deepseq, tasty }:
|
||||
mkDerivation {
|
||||
pname = "tasty-bench";
|
||||
@ -256505,7 +256224,6 @@ self: {
|
||||
libraryHaskellDepends = [ base containers deepseq tasty ];
|
||||
description = "Featherlight benchmark framework";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tasty-dejafu" = callPackage
|
||||
@ -289919,22 +289637,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"yesod-websockets" = callPackage
|
||||
({ mkDerivation, base, conduit, mtl, transformers, unliftio
|
||||
, wai-websockets, websockets, yesod-core
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-websockets";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "1k206l84g25xml8yg4q7i62x5aydxq2hni2fk2cc36dlvl0rgih1";
|
||||
libraryHaskellDepends = [
|
||||
base conduit mtl transformers unliftio wai-websockets websockets
|
||||
yesod-core
|
||||
];
|
||||
description = "WebSockets support for Yesod";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"yesod-websockets_0_3_0_3" = callPackage
|
||||
({ mkDerivation, base, conduit, mtl, transformers, unliftio
|
||||
, wai-websockets, websockets, yesod-core
|
||||
}:
|
||||
@ -289948,7 +289650,6 @@ self: {
|
||||
];
|
||||
description = "WebSockets support for Yesod";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-websockets-extra" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user