mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0-8-ge18310f from Hackage revision
470825d7ca
.
This commit is contained in:
parent
aada2a40f6
commit
64c6086db4
199
pkgs/development/haskell-modules/hackage-packages.nix
generated
199
pkgs/development/haskell-modules/hackage-packages.nix
generated
|
@ -16244,6 +16244,17 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"Probnet" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "Probnet";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "03svkacpi3pshiyccfmd9qavhdw782hn72q12yn7589l9vxfcm28";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "Geometric Extrapolation of Integer Sequences with error prediction";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"PropLogic" = callPackage
|
||||
({ mkDerivation, base, old-time, random }:
|
||||
mkDerivation {
|
||||
|
@ -47451,18 +47462,21 @@ self: {
|
|||
}) {};
|
||||
|
||||
"bv-sized" = callPackage
|
||||
({ mkDerivation, base, bitwise, bytestring, hedgehog, panic
|
||||
, parameterized-utils, tasty, tasty-hedgehog, th-lift
|
||||
({ mkDerivation, base, bitwise, bytestring, deepseq, hedgehog
|
||||
, MonadRandom, panic, parameterized-utils, random, tasty
|
||||
, tasty-hedgehog, th-lift
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bv-sized";
|
||||
version = "1.0.2";
|
||||
sha256 = "0lx7cm7404r71ciksv8g58797k6x02zh337ra88syhj7nzlnij5w";
|
||||
version = "1.0.3";
|
||||
sha256 = "1bqzj9gmx8lvfw037y4f3hibbcq6zafhm6xhjdhnvmlyc963n9v9";
|
||||
libraryHaskellDepends = [
|
||||
base bitwise bytestring panic parameterized-utils th-lift
|
||||
base bitwise bytestring deepseq panic parameterized-utils random
|
||||
th-lift
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring hedgehog parameterized-utils tasty tasty-hedgehog
|
||||
base bytestring hedgehog MonadRandom parameterized-utils tasty
|
||||
tasty-hedgehog
|
||||
];
|
||||
description = "a bitvector datatype that is parameterized by the vector width";
|
||||
license = lib.licenses.bsd3;
|
||||
|
@ -58108,6 +58122,22 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"code-conjure" = callPackage
|
||||
({ mkDerivation, base, express, leancheck, speculate
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "code-conjure";
|
||||
version = "0.0.4";
|
||||
sha256 = "1wf6mq0j7qcflxzys5wnn0xvn0n1lhd722iicq0k6dgh3qla0b6d";
|
||||
libraryHaskellDepends = [
|
||||
base express leancheck speculate template-haskell
|
||||
];
|
||||
testHaskellDepends = [ base express leancheck speculate ];
|
||||
description = "conjure Haskell functions out of partial definitions";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"code-page" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -87533,10 +87563,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "exiftool";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "015f0ai0x6iv49k4ljz8058509h8z8kkgnp7p9l4s8z54sgqfw8y";
|
||||
revision = "1";
|
||||
editedCabalFile = "06w0g76jddjykbvym2zgcwjsa33alm1rwshhzaw0pqm573mqbp26";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1z0zk9axilxp3l13n0h83csia4lvahmqkwhlfp9mswbdy8v8fqm0";
|
||||
libraryHaskellDepends = [
|
||||
aeson base base64 bytestring hashable process scientific
|
||||
string-conversions temporary text unordered-containers vector
|
||||
|
@ -88170,6 +88198,20 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"express_0_1_6" = callPackage
|
||||
({ mkDerivation, base, leancheck, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "express";
|
||||
version = "0.1.6";
|
||||
sha256 = "1yfbym97j3ih6zvlkg0d08qiivi7cyv61lbyc6qi094apazacq6c";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base leancheck ];
|
||||
benchmarkHaskellDepends = [ base leancheck ];
|
||||
description = "Dynamically-typed expressions involving applications and variables";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"expression-parser" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
|
@ -88648,6 +88690,23 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"extrapolate_0_4_4" = callPackage
|
||||
({ mkDerivation, base, express, leancheck, speculate
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "extrapolate";
|
||||
version = "0.4.4";
|
||||
sha256 = "0indkjjahlh1isnal93w3iliy59azgdmi9lmdqz4jkbpd421zava";
|
||||
libraryHaskellDepends = [
|
||||
base express leancheck speculate template-haskell
|
||||
];
|
||||
testHaskellDepends = [ base express leancheck speculate ];
|
||||
description = "generalize counter-examples of test properties";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ez-couch" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, attoparsec-conduit, base
|
||||
, blaze-builder, bytestring, classy-prelude, classy-prelude-conduit
|
||||
|
@ -156606,8 +156665,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "kempe";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1xs2jism3r2pgvir1rr318dfrjagkagvzzdrs7n9070xzv3p3c5q";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "0bki6h5qk78d3qgprn8k1av2xxlb43bxb07qqk4x1x5diy92mc5x";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
|
@ -156621,8 +156680,8 @@ self: {
|
|||
base bytestring optparse-applicative prettyprinter
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring composition-prelude deepseq filepath prettyprinter
|
||||
process tasty tasty-golden tasty-hunit temporary text
|
||||
base bytestring composition-prelude deepseq extra filepath
|
||||
prettyprinter process tasty tasty-golden tasty-hunit temporary text
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring criterion prettyprinter temporary text
|
||||
|
@ -164038,12 +164097,11 @@ self: {
|
|||
({ mkDerivation, base, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "lift-type";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0832xn7bfv1kwg02mmh6my11inljb066mci01b7p0xkcip1kmrhy";
|
||||
revision = "1";
|
||||
editedCabalFile = "1m89kzw7zrys8jjg7sbdpfq3bsqdvqr8bcszsnwvx0nmj1c6hciw";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1195iyf0s8zmibjmvd10bszyccp1a2g4wdysn7yk10d3j0q9xdxf";
|
||||
libraryHaskellDepends = [ base template-haskell ];
|
||||
testHaskellDepends = [ base template-haskell ];
|
||||
description = "Lift a type from a Typeable constraint to a Template Haskell type";
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
|
@ -183889,6 +183947,22 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {inherit (pkgs) mysql;};
|
||||
|
||||
"mysql_0_2_0_1" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, hspec, mysql
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mysql";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "16m8hv9yy2nf4jwgqg6n9z53n2pzskbc3gwbp2i3kgff8wsmf8sd";
|
||||
setupHaskellDepends = [ base Cabal ];
|
||||
libraryHaskellDepends = [ base bytestring containers ];
|
||||
librarySystemDepends = [ mysql ];
|
||||
testHaskellDepends = [ base bytestring hspec ];
|
||||
description = "A low-level MySQL client library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) mysql;};
|
||||
|
||||
"mysql-effect" = callPackage
|
||||
({ mkDerivation, base, bytestring, extensible-effects, mysql
|
||||
, mysql-simple
|
||||
|
@ -191508,6 +191582,22 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"om-doh" = callPackage
|
||||
({ mkDerivation, base, base64, bytestring, http-api-data, resolv
|
||||
, servant, servant-server, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "om-doh";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1y9r70ppifww4ddk3rwvgwhfijn5hf9svlx4x46v1n027yjf9pgp";
|
||||
libraryHaskellDepends = [
|
||||
base base64 bytestring http-api-data resolv servant servant-server
|
||||
text
|
||||
];
|
||||
description = "om-doh";
|
||||
license = lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"om-elm" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||
, http-types, safe, safe-exceptions, template-haskell, text, unix
|
||||
|
@ -192342,8 +192432,6 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "OpenAPI 3.0 data model";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"openapi3-code-generator" = callPackage
|
||||
|
@ -194859,20 +194947,20 @@ self: {
|
|||
|
||||
"overloaded" = callPackage
|
||||
({ mkDerivation, assoc, base, bin, boring, bytestring, constraints
|
||||
, containers, fin, generic-lens-lite, ghc, hmatrix, HUnit, lens
|
||||
, optics-core, profunctors, QuickCheck, ral, record-hasfield
|
||||
, semigroupoids, singleton-bool, sop-core, split, splitmix, syb
|
||||
, symbols, tasty, tasty-hunit, tasty-quickcheck, template-haskell
|
||||
, text, th-compat, time, vec
|
||||
, containers, fin, generic-lens-lite, ghc, hmatrix, HUnit
|
||||
, indexed-traversable, lens, optics-core, profunctors, QuickCheck
|
||||
, ral, record-hasfield, semigroupoids, singleton-bool, sop-core
|
||||
, split, splitmix, syb, symbols, tasty, tasty-hunit
|
||||
, tasty-quickcheck, template-haskell, text, th-compat, time, vec
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "overloaded";
|
||||
version = "0.3";
|
||||
sha256 = "151xnpk7l1jg63m4bwr91h3dh1xb0d4xinc4vn1jsbhr96p662ap";
|
||||
version = "0.3.1";
|
||||
sha256 = "0ra33rcbjm58978gc0pjzcspyvab7g2vxnjk6z5hag7qh6ay76bg";
|
||||
libraryHaskellDepends = [
|
||||
assoc base bin bytestring containers fin ghc optics-core
|
||||
profunctors ral record-hasfield semigroupoids sop-core split syb
|
||||
symbols template-haskell text th-compat time vec
|
||||
assoc base bin bytestring containers fin ghc indexed-traversable
|
||||
optics-core profunctors ral record-hasfield semigroupoids sop-core
|
||||
split syb symbols template-haskell text th-compat time vec
|
||||
];
|
||||
testHaskellDepends = [
|
||||
assoc base bin boring bytestring constraints containers fin
|
||||
|
@ -201982,8 +202070,8 @@ self: {
|
|||
({ mkDerivation, base, mmsyn2-array, mmsyn5 }:
|
||||
mkDerivation {
|
||||
pname = "phonetic-languages-phonetics-basics";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "0r4f69ky1y45h6fys1821z45ccg30h61yc68x16cf839awfri92l";
|
||||
version = "0.3.3.0";
|
||||
sha256 = "1q4ifwzmsr09527fd70lz2ks73x5mh0r5h5gh2ky1kksnwpn49px";
|
||||
libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ];
|
||||
description = "A library for working with generalized phonetic languages usage";
|
||||
license = lib.licenses.mit;
|
||||
|
@ -207915,6 +208003,8 @@ self: {
|
|||
pname = "postgresql-simple-migration";
|
||||
version = "0.1.15.0";
|
||||
sha256 = "0j6nhyknxlmpl0yrdj1pifw1fbb24080jgg64grnhqjwh1d44dvd";
|
||||
revision = "1";
|
||||
editedCabalFile = "1a0a5295j207x0pzbhy5inv8qimrh76dmmp26zgaw073n1i8yg8j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -223409,8 +223499,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "request";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "07ypsdmf227m6j8gkl29621z7grbsgr0pmk3dglx9zlrmq0zbn8j";
|
||||
version = "0.2.0.0";
|
||||
sha256 = "023bldkfjqbwmd6mh4vb2k7z5vi8lfkhf5an057h04dzhpgb3r9l";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring case-insensitive http-client http-client-tls
|
||||
http-types
|
||||
|
@ -228809,8 +228899,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "sandwich";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "1xcw3mdl85brj6pvynz58aclaf3ya0aq0y038cps9dsz58bqhbka";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1gd8k4dx25bgqrw16dwvq9lnk7gpvpci01kvnn3s08ylkiq2qax9";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -228848,8 +228938,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "sandwich-slack";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "1c7csrdfq342733rgrfwx5rc6v14jhfb9wb44gn699pgzzj031kz";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1g8ymxy4q08jxlfbd7ar6n30wm1mcm942vr5627bpx63m83yld1y";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -228882,8 +228972,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "sandwich-webdriver";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "10s0zb3al4ii9gm3b6by8czvr8i3s424mlfk81v2hpdv5i7a0yqb";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "0vmqm2f78vd8kk0adg7ldd6rlb5rw5hks9q705gws9dj6s4nyz9r";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
@ -234601,8 +234691,6 @@ self: {
|
|||
testToolDepends = [ hspec-discover ];
|
||||
description = "Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API.";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"servant-options" = callPackage
|
||||
|
@ -245239,6 +245327,22 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"speculate_0_4_6" = callPackage
|
||||
({ mkDerivation, base, cmdargs, containers, express, leancheck }:
|
||||
mkDerivation {
|
||||
pname = "speculate";
|
||||
version = "0.4.6";
|
||||
sha256 = "0vpc2vxfpziyz0hzapni4j31g1i12m2gnsrq72zf42qbhjwif57g";
|
||||
libraryHaskellDepends = [
|
||||
base cmdargs containers express leancheck
|
||||
];
|
||||
testHaskellDepends = [ base express leancheck ];
|
||||
benchmarkHaskellDepends = [ base express leancheck ];
|
||||
description = "discovery of properties about Haskell functions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"speculation" = callPackage
|
||||
({ mkDerivation, base, ghc-prim, stm, transformers }:
|
||||
mkDerivation {
|
||||
|
@ -262746,22 +262850,21 @@ self: {
|
|||
broken = true;
|
||||
}) {};
|
||||
|
||||
"time_1_11_1_1" = callPackage
|
||||
"time_1_11_1_2" = callPackage
|
||||
({ mkDerivation, base, criterion, deepseq, QuickCheck, random
|
||||
, tasty, tasty-hunit, tasty-quickcheck, unix
|
||||
, tasty, tasty-hunit, tasty-quickcheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "time";
|
||||
version = "1.11.1.1";
|
||||
sha256 = "0xrs9j4fskxz98zgwhgh7w4d9a6im3ipahg6ahp0689qhs61cx9p";
|
||||
version = "1.11.1.2";
|
||||
sha256 = "0r33rxxrrpyzxpdihky93adlpdj0r8k6wh2i1sx0nb7zhvfnfj27";
|
||||
libraryHaskellDepends = [ base deepseq ];
|
||||
testHaskellDepends = [
|
||||
base deepseq QuickCheck random tasty tasty-hunit tasty-quickcheck
|
||||
unix
|
||||
];
|
||||
benchmarkHaskellDepends = [ base criterion deepseq ];
|
||||
description = "A time library";
|
||||
license = lib.licenses.bsd3;
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue