3
0
Fork 0
forked from mirrors/nixpkgs

hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
bab9a53669.
This commit is contained in:
Peter Simons 2021-03-12 21:45:53 +01:00
parent 19201899f3
commit 3139ebc440

View file

@ -82562,6 +82562,25 @@ self: {
license = lib.licenses.bsd3;
}) {};
"eliminators_0_8" = callPackage
({ mkDerivation, base, extra, hspec, hspec-discover, singleton-nats
, singletons-base, template-haskell, th-abstraction, th-desugar
}:
mkDerivation {
pname = "eliminators";
version = "0.8";
sha256 = "00prqf3qnhsswigcx87nq9dfaq9vjvzgcgbpnxrpgw9k36p9mdh2";
libraryHaskellDepends = [
base extra singleton-nats singletons-base template-haskell
th-abstraction th-desugar
];
testHaskellDepends = [ base hspec singleton-nats singletons-base ];
testToolDepends = [ hspec-discover ];
description = "Dependently typed elimination functions using singletons";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"elision" = callPackage
({ mkDerivation, base, profunctors }:
mkDerivation {
@ -119094,7 +119113,7 @@ self: {
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {libpostal = null;};
}) {inherit (pkgs) libpostal;};
"haskell-postgis" = callPackage
({ mkDerivation, aeson, base, binary, bytestring, bytestring-lexing
@ -130813,13 +130832,14 @@ self: {
, containers, cryptohash-md5, cryptohash-sha1, cryptohash-sha256
, cryptohash-sha512, directory, filepath, hashable, lifted-base
, monad-control, mtl, nix-derivation, process, saltine, tasty
, tasty-golden, tasty-hspec, tasty-hunit, tasty-quickcheck
, temporary, text, time, unix, unordered-containers, vector
, tasty-discover, tasty-golden, tasty-hspec, tasty-hunit
, tasty-quickcheck, temporary, text, time, unix
, unordered-containers, vector
}:
mkDerivation {
pname = "hnix-store-core";
version = "0.4.1.0";
sha256 = "05yblps7x9r4hwszinx2s4rcfr8q1d1y6r29mn6jzydjwvdyhgj0";
version = "0.4.2.0";
sha256 = "02i7vxhpaqwyjvd6w2raxjz7r0xxs37x5b6pq9rw6l1l0k18nx5i";
libraryHaskellDepends = [
algebraic-graphs attoparsec base base16-bytestring
base64-bytestring bytestring cereal containers cryptohash-md5
@ -130832,6 +130852,7 @@ self: {
bytestring containers directory filepath process tasty tasty-golden
tasty-hspec tasty-hunit tasty-quickcheck temporary text unix
];
testToolDepends = [ tasty-discover ];
description = "Core effects for interacting with the Nix store";
license = lib.licenses.asl20;
}) {};
@ -130843,8 +130864,8 @@ self: {
}:
mkDerivation {
pname = "hnix-store-remote";
version = "0.4.1.0";
sha256 = "1w6x756hh7429ci2kdsl9psxbsq8k829x802dblv652d33wl0fkc";
version = "0.4.2.0";
sha256 = "17v785dql4rl2yn1qdagvnyx8y9r3bd02npg51mfqhl49knd92fr";
libraryHaskellDepends = [
attoparsec base binary bytestring containers hnix-store-core mtl
network nix-derivation text time unordered-containers
@ -187234,8 +187255,8 @@ self: {
({ mkDerivation, base, comonad, deepseq, doctest, Glob, safe }:
mkDerivation {
pname = "nonempty-zipper";
version = "1.0.0.0";
sha256 = "0qqdrp1rr1qmgxxzwn21gy1gc9mwdhliyp72d74bndqr3yki46fm";
version = "1.0.0.1";
sha256 = "17h070rciwbdk36n68dbin1yv2ybrb2vak9azimfv51z6b6a7b4w";
libraryHaskellDepends = [ base comonad deepseq safe ];
testHaskellDepends = [ base comonad deepseq doctest Glob safe ];
description = "A non-empty comonadic list zipper";
@ -196248,19 +196269,20 @@ self: {
, filepath, mtl, network, network-uri, optparse-applicative, pandoc
, pandoc-types, process, QuickCheck, skylighting, tasty
, tasty-hunit, tasty-quickcheck, terminal-size, text, time
, unordered-containers, yaml
, unordered-containers, wcwidth, yaml
}:
mkDerivation {
pname = "patat";
version = "0.8.6.1";
sha256 = "1n9qw4wmh7aqmnkqdc6v12rs80vipnszr4744nlkasq6jlzijw0c";
version = "0.8.7.0";
sha256 = "05bg36lbhqlh80w952hrpy88n99qddv86hiqqbc6p3bc89rlzg1w";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal ansi-wl-pprint async base base64-bytestring
bytestring colour containers directory filepath mtl network
network-uri optparse-applicative pandoc pandoc-types process
skylighting terminal-size text time unordered-containers yaml
skylighting terminal-size text time unordered-containers wcwidth
yaml
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
@ -220059,6 +220081,28 @@ self: {
license = lib.licenses.mit;
}) {};
"relude_1_0_0_0" = callPackage
({ mkDerivation, base, bytestring, containers, criterion, deepseq
, doctest, ghc-prim, Glob, hashable, hedgehog, mtl, stm, text
, transformers, unordered-containers
}:
mkDerivation {
pname = "relude";
version = "1.0.0.0";
sha256 = "1xhabkgvb7sw2nlm2p89bckdm7vi1zm52qplrdl7phzdvgrzanin";
libraryHaskellDepends = [
base bytestring containers deepseq ghc-prim hashable mtl stm text
transformers unordered-containers
];
testHaskellDepends = [
base bytestring containers doctest Glob hedgehog text
];
benchmarkHaskellDepends = [ base criterion unordered-containers ];
description = "Safe, performant, user-friendly and lightweight Haskell Standard Library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"remark" = callPackage
({ mkDerivation, base, GenericPretty, tasty, tasty-golden
, tasty-hunit
@ -234270,8 +234314,7 @@ self: {
];
description = "Build rules for historical benchmarking";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
maintainers = with lib.maintainers; [ maralorn ];
}) {};
"shake-bindist" = callPackage
@ -237329,6 +237372,18 @@ self: {
license = lib.licenses.bsd3;
}) {};
"singleton-nats_0_4_6" = callPackage
({ mkDerivation, base, singletons, singletons-base }:
mkDerivation {
pname = "singleton-nats";
version = "0.4.6";
sha256 = "1drjwwkpszgifhnd7p4qqz92z85nh7w81w1hpdqv9a6vc5hfbv7r";
libraryHaskellDepends = [ base singletons singletons-base ];
description = "Unary natural numbers relying on the singletons infrastructure";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"singleton-typelits" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -237367,6 +237422,41 @@ self: {
license = lib.licenses.bsd3;
}) {};
"singletons_3_0" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "singletons";
version = "3.0";
sha256 = "1zrnmdv00i9lyrqvbvljx24lvi49p11m5gbvh1xc2ygnhgb6xmx5";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base ];
description = "Basic singleton types and definitions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"singletons-base" = callPackage
({ mkDerivation, base, bytestring, Cabal, deepseq, directory
, filepath, pretty, process, singletons, singletons-th, tasty
, tasty-golden, template-haskell, text, th-desugar, turtle
}:
mkDerivation {
pname = "singletons-base";
version = "3.0";
sha256 = "0syrh4f9rs4g643c90md1vqrpr6p8h8g8sh4x3j2dld12yvrw4wn";
setupHaskellDepends = [ base Cabal directory filepath ];
libraryHaskellDepends = [
base pretty singletons singletons-th template-haskell text
th-desugar
];
testHaskellDepends = [
base bytestring deepseq filepath process tasty tasty-golden text
turtle
];
description = "A promoted and singled version of the base library";
license = lib.licenses.bsd3;
}) {};
"singletons-presburger" = callPackage
({ mkDerivation, base, ghc, ghc-typelits-presburger, mtl
, reflection, singletons
@ -237384,6 +237474,22 @@ self: {
license = lib.licenses.bsd3;
}) {};
"singletons-th" = callPackage
({ mkDerivation, base, containers, ghc-boot-th, mtl, singletons
, syb, template-haskell, th-desugar, th-orphans, transformers
}:
mkDerivation {
pname = "singletons-th";
version = "3.0";
sha256 = "1c0w7sg0lbpizrzns4g55wxsk5jm8wlqw0w9rz4jzqwy15byb572";
libraryHaskellDepends = [
base containers ghc-boot-th mtl singletons syb template-haskell
th-desugar th-orphans transformers
];
description = "A framework for generating singleton types";
license = lib.licenses.bsd3;
}) {};
"singnal" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -258369,6 +258475,29 @@ self: {
license = lib.licenses.bsd3;
}) {};
"th-desugar_1_12" = callPackage
({ mkDerivation, base, containers, ghc-prim, hspec, HUnit, mtl
, ordered-containers, syb, template-haskell, th-abstraction
, th-lift, th-orphans, transformers-compat
}:
mkDerivation {
pname = "th-desugar";
version = "1.12";
sha256 = "1bp47jpif299kbm27zhjaw1nhl12daa09vsc8f0jracq0jhxi3iv";
libraryHaskellDepends = [
base containers ghc-prim mtl ordered-containers syb
template-haskell th-abstraction th-lift th-orphans
transformers-compat
];
testHaskellDepends = [
base containers hspec HUnit mtl syb template-haskell th-abstraction
th-lift th-orphans
];
description = "Functions to desugar Template Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"th-dict-discovery" = callPackage
({ mkDerivation, base, constraints, template-haskell }:
mkDerivation {
@ -258407,16 +258536,18 @@ self: {
license = lib.licenses.bsd3;
}) {};
"th-expand-syns_0_4_7_0" = callPackage
({ mkDerivation, base, containers, syb, template-haskell }:
"th-expand-syns_0_4_8_0" = callPackage
({ mkDerivation, base, containers, syb, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "th-expand-syns";
version = "0.4.7.0";
sha256 = "1gmb89pgy3i0jpd760xmzx254xpg8pczfa8glgw9z1wak09kwv54";
revision = "1";
editedCabalFile = "0zh77kg86qmr285sn0xhhi2hbn8b9dx2pgmf2fipij8zj32k9ny4";
libraryHaskellDepends = [ base containers syb template-haskell ];
testHaskellDepends = [ base template-haskell ];
version = "0.4.8.0";
sha256 = "1mw0yxfbmicv0irfrcz4s6pn39za7yjd7zz09ialwym1b46624si";
libraryHaskellDepends = [
base containers syb template-haskell th-abstraction
];
testHaskellDepends = [ base template-haskell th-abstraction ];
description = "Expands type synonyms in Template Haskell ASTs";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
@ -261919,8 +262050,8 @@ self: {
pname = "toml";
version = "0.1.3";
sha256 = "0wby1jas854niwyac95n39liqc874xcd1ahqpw6ksi2nhv2ld6f2";
revision = "1";
editedCabalFile = "086a2dsv3nn04ak78c0q0by9kqdw92idfl1iyzp1qihfdi8mxb2f";
revision = "2";
editedCabalFile = "1qzlsicdd7qdys69iy838y2v4dkaq4d4ar664l338y5y7fg3axxv";
libraryHaskellDepends = [
attoparsec base bytestring containers old-locale time
];