hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0 from Hackage revision
59a9f52a35.
This commit is contained in:
Peter Simons 2021-03-29 02:30:25 +02:00
parent 5dec55db72
commit 3686b2848c

View file

@ -32428,8 +32428,8 @@ self: {
}:
mkDerivation {
pname = "arch-hs";
version = "0.7.1.0";
sha256 = "120kxjz27llinggq6qwihqjbs1f4q0wdfb79fmrb80k25pvhkn8v";
version = "0.8.0.0";
sha256 = "1g33ss6jvvpdgpcl0kwmbvnkawq8cngphjmsbv0jcpnh17brgf8x";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -38043,20 +38043,17 @@ self: {
broken = true;
}) {};
"base_4_14_1_0" = callPackage
({ mkDerivation, ghc-prim, invalid-cabal-flag-settings, rts }:
"base_4_15_0_0" = callPackage
({ mkDerivation, ghc-bignum, ghc-prim, rts }:
mkDerivation {
pname = "base";
version = "4.14.1.0";
sha256 = "15n0ya681yvfvccswcxxk855qv7wz886rmnabj0y6ah7mbf8aijs";
libraryHaskellDepends = [
ghc-prim invalid-cabal-flag-settings rts
];
version = "4.15.0.0";
sha256 = "12s4v5w97vaxk66a1mgdgypv765j61lq2n2h4iiazirpggd73n3g";
libraryHaskellDepends = [ ghc-bignum ghc-prim rts ];
description = "Basic libraries";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {invalid-cabal-flag-settings = null;};
}) {};
"base-compat" = callPackage
({ mkDerivation, base, unix }:
@ -46011,8 +46008,8 @@ self: {
}:
mkDerivation {
pname = "brittany";
version = "0.13.1.0";
sha256 = "0dw4s4lcb34fkv4i0rylna6zrr55rgkqs1s75lhn8zskwl7j89bs";
version = "0.13.1.1";
sha256 = "1z47kzmff9vdnkg4xihpdvccfy5080i05mg4j8sy3nv4mwja0ki1";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -65009,6 +65006,17 @@ self: {
broken = true;
}) {};
"cps-except" = callPackage
({ mkDerivation, base, mtl, mtl-compat }:
mkDerivation {
pname = "cps-except";
version = "0.0.1.1";
sha256 = "1n0ic19cj3qrjg094vbrflv3as194py96sp2al5ba3i1s13fs5jq";
libraryHaskellDepends = [ base mtl mtl-compat ];
description = "ExceptT replacement in CPS style";
license = lib.licenses.bsd3;
}) {};
"cpsa" = callPackage
({ mkDerivation, base, containers, directory, parallel }:
mkDerivation {
@ -67779,8 +67787,8 @@ self: {
({ mkDerivation, base, parsec, text }:
mkDerivation {
pname = "curly-expander";
version = "0.2.0.3";
sha256 = "0sfd3vmkx74fp1yvbwwbx4rw3i1g70hcvcp205mz709r8yyhr9sb";
version = "0.3.0.0";
sha256 = "08yw57f08rcvhnqsljndnqgbkll3zgf22xnqpjxlf1b6a8yfbqxm";
libraryHaskellDepends = [ base parsec text ];
testHaskellDepends = [ base parsec text ];
description = "Curly braces (brackets) expanding";
@ -92679,8 +92687,8 @@ self: {
pname = "fixed-vector-hetero";
version = "0.6.0.0";
sha256 = "1gc40wh887hd6am6kjswkxn9qnzxp30ni6larnq6ghrs5zalg67r";
revision = "1";
editedCabalFile = "041rz3cd2yi2k49crcbrqq1vkr4g6m5mczf2qik2avj124krq77f";
revision = "3";
editedCabalFile = "0gzmjn7cw1ywggfwqz8i5i46q93blg8l4fx7ifhzwwzarpxgkpkj";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [ base deepseq fixed-vector primitive ];
testHaskellDepends = [ base doctest fixed-vector ];
@ -92688,6 +92696,19 @@ self: {
license = lib.licenses.bsd3;
}) {};
"fixed-vector-hetero_0_6_1_0" = callPackage
({ mkDerivation, base, deepseq, doctest, fixed-vector, primitive }:
mkDerivation {
pname = "fixed-vector-hetero";
version = "0.6.1.0";
sha256 = "1simmps9qz8q4kfx8vz26ww0xy70vahrsgphvfrf9ww8fk9yg518";
libraryHaskellDepends = [ base deepseq fixed-vector primitive ];
testHaskellDepends = [ base doctest fixed-vector ];
description = "Library for working with product types generically";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"fixed-width" = callPackage
({ mkDerivation, base }:
mkDerivation {
@ -95773,8 +95794,8 @@ self: {
}:
mkDerivation {
pname = "free-category";
version = "0.0.4.2";
sha256 = "1nnf7y0m5pv36ka54vmfbhj6v0354gk36r539ss4zzp6jc8mzvdl";
version = "0.0.4.3";
sha256 = "0jla6y9bjnprbwr9nl415rf3kcf709vpg4hg59xi3bfylnhd06bd";
libraryHaskellDepends = [ base free-algebras ];
testHaskellDepends = [
base free-algebras QuickCheck tasty tasty-quickcheck
@ -101396,32 +101417,40 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-boot_8_8_3" = callPackage
({ mkDerivation, base, binary, bytestring, directory, filepath
, ghc-boot-th
"ghc-bignum" = callPackage
({ mkDerivation }:
mkDerivation {
pname = "ghc-bignum";
version = "1.0";
sha256 = "0xl848q8z6qx2bi6xil0d35lra7wshwvysyfblki659d7272b1im";
description = "GHC BigNum library";
license = lib.licenses.bsd3;
}) {};
"ghc-boot_9_0_1" = callPackage
({ mkDerivation, base, binary, bytestring, containers, directory
, filepath, ghc-boot-th
}:
mkDerivation {
pname = "ghc-boot";
version = "8.8.3";
sha256 = "0h4nayld1qa08aly5y3z91z4n778g25s92fggvcxga8bxs49sh50";
revision = "1";
editedCabalFile = "0rzc0759sy8n7dp4csy464vb8kvaapzvxzjr1scmwh2gk9v3s1lk";
version = "9.0.1";
sha256 = "1qrxb762dj8p1brfpyididhjnwjk34nr6cq4j80rkhaf7pki08ik";
libraryHaskellDepends = [
base binary bytestring directory filepath ghc-boot-th
base binary bytestring containers directory filepath ghc-boot-th
];
description = "Shared functionality between GHC and its boot libraries";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-boot-th_8_10_2" = callPackage
"ghc-boot-th_9_0_1" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "ghc-boot-th";
version = "8.10.2";
sha256 = "1jic3l319b02f8b4r87c48645xhn5784vhgz2mp7d0zi2srrsfcz";
version = "9.0.1";
sha256 = "1y3kpfczcs507md56ijw943pwvia86fh83mr2c0bq28yhd0kw8gl";
libraryHaskellDepends = [ base ];
description = "Shared functionality between GHC and the `template-haskell` library";
description = "Shared functionality between GHC and the @template-haskell@ library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
@ -101764,6 +101793,18 @@ self: {
broken = true;
}) {};
"ghc-heap_9_0_1" = callPackage
({ mkDerivation, base, ghc-prim, rts }:
mkDerivation {
pname = "ghc-heap";
version = "9.0.1";
sha256 = "01wz87jpd5b39lh9hymx8zd0r86insvk65lwhmdgj3yv4ldyrydn";
libraryHaskellDepends = [ base ghc-prim rts ];
description = "Functions for walking GHC's heap";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-heap-view" = callPackage
({ mkDerivation, base, binary, bytestring, Cabal, containers
, deepseq, filepath, ghc-heap, template-haskell, transformers
@ -102211,17 +102252,19 @@ self: {
broken = true;
}) {};
"ghc-prim_0_6_1" = callPackage
({ mkDerivation, rts }:
"ghc-prim_0_7_0" = callPackage
({ mkDerivation, base, c, Cabal, rts }:
mkDerivation {
pname = "ghc-prim";
version = "0.6.1";
sha256 = "06nc87f4mcqcddllysb75qj942y5mmdwss7h9z3m0m93lbxxy6a2";
version = "0.7.0";
sha256 = "189mr2v8b338lzdhr0r1p4wqz4gm47gqw93fziawwvlj4g6k8mw9";
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ rts ];
librarySystemDepends = [ c ];
description = "GHC primitives";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
}) {c = null;};
"ghc-prof" = callPackage
({ mkDerivation, attoparsec, base, containers, directory, filepath
@ -127619,15 +127662,15 @@ self: {
}) {};
"hexpat-streamparser" = callPackage
({ mkDerivation, base, bytestring, hexpat, hspec, List, mtl
, parser-combinators, text, transformers
({ mkDerivation, base, bytestring, cps-except, hexpat, hspec, List
, mtl, parser-combinators, text, transformers
}:
mkDerivation {
pname = "hexpat-streamparser";
version = "0.1.1";
sha256 = "13wn89aw2fqhirrdshmdh1xqhihx4h5pgmp4x9lspy2jfrpga9f5";
version = "0.1.2";
sha256 = "03gxahl0lxi30k1ihni7j5xsbzmhlwxdgckw37lm5m2p6xfyagii";
libraryHaskellDepends = [
base bytestring hexpat List mtl parser-combinators text
base bytestring cps-except hexpat List mtl parser-combinators text
transformers
];
testHaskellDepends = [ base hexpat hspec ];
@ -145668,8 +145711,8 @@ self: {
}:
mkDerivation {
pname = "ice40-prim";
version = "0.3.0.0";
sha256 = "0qrpaqmgas3czhw2ppc1f1m4m7y2hc93za2g0rvfw80ncbrkl83s";
version = "0.3.0.1";
sha256 = "1bzxsql5j85984b093j905wxpypwqr5zg2298i36gsfn0d7khfjs";
libraryHaskellDepends = [
base Cabal clash-prelude ghc-typelits-extra ghc-typelits-knownnat
ghc-typelits-natnormalise interpolate
@ -162940,6 +162983,22 @@ self: {
broken = true;
}) {};
"libiserv_9_0_1" = callPackage
({ mkDerivation, base, binary, bytestring, containers, deepseq
, ghci, unix
}:
mkDerivation {
pname = "libiserv";
version = "9.0.1";
sha256 = "1f7q09xyxv0q9rjmr0a9f96am44rjsy0r5iy9b8lkrch67xfjd3v";
libraryHaskellDepends = [
base binary bytestring containers deepseq ghci unix
];
description = "Provides shared functionality between iserv and iserv-proxy";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"libjenkins" = callPackage
({ mkDerivation, async, attoparsec, base, bytestring, conduit
, containers, directory, doctest, filepath, free, hspec
@ -168474,8 +168533,8 @@ self: {
}:
mkDerivation {
pname = "lsp";
version = "1.1.1.0";
sha256 = "04ndz4v1mwga13qndmnaaj145y5zqw7zv64px7ak26qvd1m26h9r";
version = "1.2.0.0";
sha256 = "0ca8s84xlh9kmi1lx47d6z3c8c827q30spmbxi1nl37dn35ib4b6";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@ -168549,19 +168608,17 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"lsp-test_0_13_0_0" = callPackage
"lsp-test_0_14_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
, bytestring, conduit, conduit-parse, containers, data-default
, Diff, directory, filepath, Glob, hspec, lens, lsp-types, mtl
, parser-combinators, process, some, text, time, transformers, unix
, unordered-containers
, Diff, directory, extra, filepath, Glob, hspec, lens, lsp
, lsp-types, mtl, parser-combinators, process, some, text, time
, transformers, unix, unliftio, unordered-containers
}:
mkDerivation {
pname = "lsp-test";
version = "0.13.0.0";
sha256 = "1xyxmzcd6r56jj1k11lz1g6yld5q3k6cgb0bsf45px120dsf1dpy";
isLibrary = true;
isExecutable = true;
version = "0.14.0.0";
sha256 = "1pa6cial43d6dgkabk3ak4jyfznia5bliww7r9126qahj9dxgpcr";
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal async base bytestring conduit
conduit-parse containers data-default Diff directory filepath Glob
@ -168569,9 +168626,11 @@ self: {
transformers unix unordered-containers
];
testHaskellDepends = [
aeson base data-default directory filepath hspec lens lsp-types
text unordered-containers
aeson async base data-default directory filepath hspec lens lsp mtl
parser-combinators process text unliftio unordered-containers
];
testToolDepends = [ lsp ];
benchmarkHaskellDepends = [ base extra lsp process ];
description = "Functional test framework for LSP servers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
@ -168586,10 +168645,8 @@ self: {
}:
mkDerivation {
pname = "lsp-types";
version = "1.1.0.0";
sha256 = "19lkdqwh9a5rsx5nby37v54zhwyja306z0dyslsmdmwqw92qxx54";
revision = "1";
editedCabalFile = "0iifws4r1h9v1mbsrmbvssvm0gmvzm9yh9h85izly0s51869bbq4";
version = "1.2.0.0";
sha256 = "1axl62yafkxh414dxr5i7pwqw0s3kkqphs7b259qk33vin3qayk3";
libraryHaskellDepends = [
aeson base binary bytestring containers data-default deepseq
dependent-sum dependent-sum-template directory filepath hashable
@ -202352,8 +202409,8 @@ self: {
}:
mkDerivation {
pname = "pinboard-notes-backup";
version = "1.0.5.2";
sha256 = "0lhccldfya4pj5446kh23ahyb7vrd33jxrf1xgk4i3xiwv9bvpyy";
version = "1.0.5.3";
sha256 = "03a05xl9jllqihbicnas5awhm6sz1ly3wp8vqdq06jvvr5n111j4";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -205702,22 +205759,23 @@ self: {
}) {};
"polysemy-log" = callPackage
({ mkDerivation, ansi-terminal, base, hedgehog, polysemy
, polysemy-test, polysemy-time, relude, string-interpolate, tasty
, tasty-hedgehog, template-haskell, text, time
({ mkDerivation, ansi-terminal, async, base, hedgehog, polysemy
, polysemy-test, polysemy-time, relude, stm, stm-chans
, string-interpolate, tasty, tasty-hedgehog, template-haskell, text
, time
}:
mkDerivation {
pname = "polysemy-log";
version = "0.1.0.0";
sha256 = "1ynqgb4d39ds00ahfg248zhmq8qd0nzayrnkcjyy60g1v62885ic";
version = "0.2.0.0";
sha256 = "1v004964qb9v7dy60mfxjijcr9grxl8i7f3vrw17ijppcff62chn";
libraryHaskellDepends = [
ansi-terminal base polysemy polysemy-time relude string-interpolate
template-haskell text time
ansi-terminal async base polysemy polysemy-time relude stm
stm-chans string-interpolate template-haskell text time
];
testHaskellDepends = [
ansi-terminal base hedgehog polysemy polysemy-test polysemy-time
relude string-interpolate tasty tasty-hedgehog template-haskell
text time
ansi-terminal async base hedgehog polysemy polysemy-test
polysemy-time relude stm stm-chans string-interpolate tasty
tasty-hedgehog template-haskell text time
];
description = "Polysemy effects for logging";
license = "BSD-2-Clause-Patent";
@ -205730,8 +205788,8 @@ self: {
}:
mkDerivation {
pname = "polysemy-log-co";
version = "0.1.0.0";
sha256 = "0y06vjhl7a7srhb8sw6d9d051igqv33j3ffai3h24fsz7lb7fzpc";
version = "0.2.0.0";
sha256 = "1b34ivbjhs9naghkkjbm8zh9zs5ybmz4m6gdzhbygj2siszyg73p";
libraryHaskellDepends = [
base co-log co-log-core co-log-polysemy polysemy polysemy-log
polysemy-time relude string-interpolate text time
@ -205752,8 +205810,8 @@ self: {
}:
mkDerivation {
pname = "polysemy-log-di";
version = "0.1.0.0";
sha256 = "1bc0av8shdagl1nap7qwa7sm89nmxkd28dyc35vg8h0kcgv6s7s3";
version = "0.2.0.0";
sha256 = "1dfwggaha986qg0a1k2h8f3il9mcjk8man2pc13qswynq3vl2mhk";
libraryHaskellDepends = [
base di-polysemy polysemy polysemy-log polysemy-time relude
string-interpolate text time
@ -218787,7 +218845,7 @@ self: {
license = lib.licenses.mit;
}) {};
"rebase_1_11" = callPackage
"rebase_1_12_0_1" = callPackage
({ mkDerivation, base, bifunctors, bytestring, comonad, containers
, contravariant, deepseq, dlist, either, hashable, hashable-time
, mtl, profunctors, scientific, selective, semigroupoids, stm, text
@ -218796,8 +218854,8 @@ self: {
}:
mkDerivation {
pname = "rebase";
version = "1.11";
sha256 = "141ynagdc8agqndi6s1hbxbgqb7pdfxqmpg5bjqqfnlsjzbq05pw";
version = "1.12.0.1";
sha256 = "1yl09702psialskvm39i9rl3sag853qr1237jhs79yk7nhvdlaqx";
libraryHaskellDepends = [
base bifunctors bytestring comonad containers contravariant deepseq
dlist either hashable hashable-time mtl profunctors scientific
@ -223122,12 +223180,12 @@ self: {
license = lib.licenses.mit;
}) {};
"rerebase_1_11" = callPackage
"rerebase_1_12_0_1" = callPackage
({ mkDerivation, rebase }:
mkDerivation {
pname = "rerebase";
version = "1.11";
sha256 = "178p3x6sj2ypilmppysqbdy92blrcliz3gnvmbhxb50lbmy702r1";
version = "1.12.0.1";
sha256 = "0kh0022hfviywa4rkwnrqygc7s3vg8qvr9znh66v5c1i3gaibzq5";
libraryHaskellDepends = [ rebase ];
description = "Reexports from \"base\" with a bunch of other standard libraries";
license = lib.licenses.mit;
@ -238074,6 +238132,29 @@ self: {
broken = true;
}) {};
"signify-hs" = callPackage
({ mkDerivation, base, base64-bytestring, bytestring
, cryptohash-sha512, cryptonite, eccrypto, filepath
, optparse-applicative, parsec
}:
mkDerivation {
pname = "signify-hs";
version = "0.1.0.1";
sha256 = "1a8ipdyc4c79waf1mgpwbmj1wrghmc5x49ksbxiwnkz6ini61kny";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base base64-bytestring bytestring cryptohash-sha512 cryptonite
eccrypto parsec
];
executableHaskellDepends = [
base base64-bytestring bytestring cryptohash-sha512 cryptonite
eccrypto filepath optparse-applicative parsec
];
description = "A Haskell clone of OpenBSD signify";
license = lib.licenses.bsd3;
}) {};
"silently" = callPackage
({ mkDerivation, base, deepseq, directory, nanospec, temporary }:
mkDerivation {
@ -257483,12 +257564,12 @@ self: {
broken = true;
}) {};
"template-haskell_2_16_0_0" = callPackage
"template-haskell_2_17_0_0" = callPackage
({ mkDerivation, base, ghc-boot-th, ghc-prim, pretty }:
mkDerivation {
pname = "template-haskell";
version = "2.16.0.0";
sha256 = "1nk1cv35szp80qkhbyh5gn6vn194zzl0wz186qrqdrdx3a9r9w4g";
version = "2.17.0.0";
sha256 = "0m9siwzxh11ny75sgcnfha8h1vcsc1mbn0jvqsal9sbskwss7bab";
libraryHaskellDepends = [ base ghc-boot-th ghc-prim pretty ];
description = "Support library for Template Haskell";
license = lib.licenses.bsd3;
@ -290595,8 +290676,8 @@ self: {
({ mkDerivation, base, c2hs, zbar }:
mkDerivation {
pname = "zbar";
version = "0.1.1.0";
sha256 = "03d81yxqf15q0ryynni55pww0z5v313yg0nb00r8zlibn96mjf5z";
version = "0.2.0.0";
sha256 = "1h9s6ydazviz4fcmhpsr6srcbkgx2dmx29lhzxjysnmkbvg4gpw9";
libraryHaskellDepends = [ base ];
libraryPkgconfigDepends = [ zbar ];
libraryToolDepends = [ c2hs ];