mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #183112 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
This commit is contained in:
commit
3ed5160e51
@ -1,6 +1,6 @@
|
||||
{
|
||||
"commit": "c58387b71e19d6dd43bbade8f84d6a44b6418e24",
|
||||
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/c58387b71e19d6dd43bbade8f84d6a44b6418e24.tar.gz",
|
||||
"sha256": "0xdvqn4392l65ns4wm47c8nyp1s7al4i506927dmkzz85m3hvyn0",
|
||||
"msg": "Update from Hackage at 2022-07-26T16:57:53Z"
|
||||
"commit": "84a258f1f060f5f31f44b2d966b6e96305932eb2",
|
||||
"url": "https://github.com/commercialhaskell/all-cabal-hashes/archive/84a258f1f060f5f31f44b2d966b6e96305932eb2.tar.gz",
|
||||
"sha256": "0nyiyxxqa5h46p50jmvrx6sphxy0j8ib2vy3jvfijdpc4d6d5gx6",
|
||||
"msg": "Update from Hackage at 2022-07-27T11:03:11Z"
|
||||
}
|
||||
|
100
pkgs/development/haskell-modules/hackage-packages.nix
generated
100
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -12345,7 +12345,7 @@ self: {
|
||||
description = "A compiler from Curry to Haskell";
|
||||
license = "unknown";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {kics = null;};
|
||||
}) {inherit (pkgs) kics;};
|
||||
|
||||
"KiCS-debugger" = callPackage
|
||||
({ mkDerivation, base, containers, curry-base, directory, filepath
|
||||
@ -21670,8 +21670,8 @@ self: {
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "WeakSets";
|
||||
version = "1.2.3.0";
|
||||
sha256 = "0skz318p0irm8nld2raqh61s127mav7cppbwi1iyjm7mwiw3x22g";
|
||||
version = "1.2.4.0";
|
||||
sha256 = "1hfs3zd9lq9m8fczs8mrl0k61005yv8ia44c4ls6mgfya606i8r3";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Simple set types. Useful to create sets of arbitrary types and nested sets.";
|
||||
@ -52728,8 +52728,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cachix";
|
||||
version = "0.8.0";
|
||||
sha256 = "0wdqb5pm7nqlm0g9mkv0spbc1j2hxb2p2aihs1c3vrz112z40fxm";
|
||||
version = "0.8.1";
|
||||
sha256 = "0kpclk60yk0vj3d6adps02jr34h5k7ik8jyyv008n0ximd8fxzc3";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -87027,8 +87027,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ecta";
|
||||
version = "1.0.0.2";
|
||||
sha256 = "10d0dvwd5lrla509ncx7f9i72ak4b7g4z3459nlxba904qhr0gnm";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "111p5wxlrr5c8qk8mhc1w57xqj3jgks724v2pvwip7dbfkjfz134";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -136623,6 +136623,42 @@ self: {
|
||||
mainProgram = "hie-bios";
|
||||
}) {};
|
||||
|
||||
"hie-bios_0_10_0" = callPackage
|
||||
({ mkDerivation, aeson, base, base16-bytestring, bytestring
|
||||
, co-log-core, conduit, conduit-extra, containers, cryptohash-sha1
|
||||
, deepseq, directory, exceptions, extra, file-embed, filepath, ghc
|
||||
, optparse-applicative, prettyprinter, process, tagged, tasty
|
||||
, tasty-expected-failure, tasty-hunit, temporary, text, time
|
||||
, transformers, unix-compat, unordered-containers, vector, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hie-bios";
|
||||
version = "0.10.0";
|
||||
sha256 = "0k9d106y46dqwr5dw6yzmqvb03gshlp6qbzznz67qkwbkj2calyz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base base16-bytestring bytestring co-log-core conduit
|
||||
conduit-extra containers cryptohash-sha1 deepseq directory
|
||||
exceptions extra file-embed filepath ghc prettyprinter process
|
||||
temporary text time transformers unix-compat unordered-containers
|
||||
vector yaml
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base co-log-core directory filepath ghc optparse-applicative
|
||||
prettyprinter
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson base directory extra filepath ghc tagged tasty
|
||||
tasty-expected-failure tasty-hunit temporary text
|
||||
unordered-containers yaml
|
||||
];
|
||||
description = "Set up a GHC API session";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "hie-bios";
|
||||
}) {};
|
||||
|
||||
"hie-compat" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, directory
|
||||
, filepath, ghc, ghc-boot, transformers
|
||||
@ -159889,8 +159925,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "interval-patterns";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1jf4yj6bq3wwn7qbvwhh5i38gcfp80p6kgfmwrxiv233l7ihy9jq";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "1gdimpx8yxx773zcdlnh8m9g39ic0fzya7fv3xxx0c3ylvdsfhbw";
|
||||
libraryHaskellDepends = [
|
||||
base containers groups lattices relude semirings time time-compat
|
||||
];
|
||||
@ -159898,6 +159934,7 @@ self: {
|
||||
base containers groups hspec lattices QuickCheck relude semirings
|
||||
time time-compat
|
||||
];
|
||||
description = "Intervals, and monoids thereof";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
@ -214621,8 +214658,8 @@ self: {
|
||||
pname = "persistent";
|
||||
version = "2.13.3.5";
|
||||
sha256 = "0z69yvk0rd29dp5qdhi4p587b891y90azrzzpa3g10cxp3gyywvm";
|
||||
revision = "1";
|
||||
editedCabalFile = "1g9rf4kddz5xp4jrfc3kkzq0n29mrmhq7r22ilcalksyammsng3p";
|
||||
revision = "2";
|
||||
editedCabalFile = "1x802a6ldvgjjn7mdh8d2c0h5cl0jajvf3g75rza7c8cxrn8f2vw";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||
conduit containers fast-logger http-api-data lift-type monad-logger
|
||||
@ -214659,6 +214696,8 @@ self: {
|
||||
pname = "persistent";
|
||||
version = "2.14.0.3";
|
||||
sha256 = "0r0pz7badjb2m47prhgs3hpwfcwqg07nimbwhnhc7mx3n0n2sjp6";
|
||||
revision = "1";
|
||||
editedCabalFile = "0bqs3l8f2014c82hc082x0ynhxkxsz37pm8c2nr0h9hn7993fvbn";
|
||||
libraryHaskellDepends = [
|
||||
aeson attoparsec base base64-bytestring blaze-html bytestring
|
||||
conduit containers fast-logger http-api-data lift-type monad-logger
|
||||
@ -251342,8 +251381,8 @@ self: {
|
||||
pname = "servant-iCalendar";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "15gqlb60r8msn3k1j8wjxq89qg6d790lnb751wabg2lsxybmdzas";
|
||||
revision = "9";
|
||||
editedCabalFile = "10r7kbil264vv090vhinhbb263zckjwdvp1sn1hx238yp5dzxlq0";
|
||||
revision = "10";
|
||||
editedCabalFile = "0d985fszx48n87ararrs3pzw5509hkr4mk9zk7a1aw210nnf31z6";
|
||||
libraryHaskellDepends = [
|
||||
base data-default http-media iCalendar servant
|
||||
];
|
||||
@ -276327,6 +276366,23 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"tasty-wai_0_1_2_0" = callPackage
|
||||
({ mkDerivation, base, bytestring, http-types, HUnit, tasty, wai
|
||||
, wai-extra
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tasty-wai";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "18yw2qzzg969c99rpa8p154hxbm9i4iq64pma3jkr2gfdm6j4vvg";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring http-types HUnit tasty wai wai-extra
|
||||
];
|
||||
testHaskellDepends = [ base http-types tasty wai ];
|
||||
description = "Test 'wai' endpoints via Test.Tasty";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"tateti-tateti" = callPackage
|
||||
({ mkDerivation, array, base, lens-simple, mtl, ncurses, random }:
|
||||
mkDerivation {
|
||||
@ -279070,7 +279126,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"text_2_0" = callPackage
|
||||
"text_2_0_1" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, filepath, ghc-prim, QuickCheck, tasty
|
||||
, tasty-bench, tasty-hunit, tasty-inspection-testing
|
||||
@ -279078,15 +279134,15 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "text";
|
||||
version = "2.0";
|
||||
sha256 = "15pcs9wdd0jjh4k2qis1s8bny14s0x85nys9i25nwr4a6xxpi6fm";
|
||||
version = "2.0.1";
|
||||
sha256 = "1nl7l15qn2rh7p8hfrzs5djm3ms0gsb28r77hl530b0fqmk282mh";
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring deepseq ghc-prim template-haskell
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring deepseq directory ghc-prim QuickCheck tasty
|
||||
tasty-hunit tasty-inspection-testing tasty-quickcheck
|
||||
template-haskell
|
||||
template-haskell transformers
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring containers deepseq directory filepath tasty-bench
|
||||
@ -285216,10 +285272,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "toysolver";
|
||||
version = "0.7.0";
|
||||
sha256 = "1r8z8fg3iyz5cc7cmwv29i7gwdcb789s7p6yklfgmz8w314m83gj";
|
||||
revision = "4";
|
||||
editedCabalFile = "10fq2a4bllhgf566hxv7qhldq7xmmqc19kk968s096ac5myhzc0x";
|
||||
version = "0.8.0";
|
||||
sha256 = "1vlswvlnj8xsz2lqwl0z9mnmznqgjzi0595jlcr2lw4d4na1sxs7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -304157,8 +304211,8 @@ self: {
|
||||
({ mkDerivation, base, ghc-prim }:
|
||||
mkDerivation {
|
||||
pname = "word-compat";
|
||||
version = "0.0.3";
|
||||
sha256 = "1zr5jcvnhmr7g74ysyd5n8ykakl0n0shpfh7li42a9j7q5bq6ryb";
|
||||
version = "0.0.4";
|
||||
sha256 = "1pb1l8qxl7ys6db3wmp9rflqznjl6x11n477x159d920m7h5gz6k";
|
||||
libraryHaskellDepends = [ base ghc-prim ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "Compatibility shim for the Int/Word internal change in GHC 9.2";
|
||||
|
Loading…
Reference in New Issue
Block a user