hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
6df578c11a.
This commit is contained in:
Peter Simons 2021-03-12 16:46:36 +01:00
parent 5f3c0fe603
commit 9eb6160427

View File

@ -38432,8 +38432,8 @@ self: {
pname = "basement";
version = "0.0.11";
sha256 = "0srlws74yiraqaapgcjd9p5d1fwb3zr9swcz74jpjm55fls2nn37";
revision = "2";
editedCabalFile = "1l95bzmn23cmx386hk3d3r0ykdaibh9rp489lcnba5g56kiy4hxg";
revision = "3";
editedCabalFile = "1indgsrk0yhkbqlxj39qqb5xqicwkmcliggb8wn87vgfswxpi1dn";
libraryHaskellDepends = [ base ghc-prim ];
description = "Foundation scrap box of array & string";
license = lib.licenses.bsd3;
@ -100833,6 +100833,26 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-events_0_16_0" = callPackage
({ mkDerivation, array, base, binary, bytestring, containers, text
, vector
}:
mkDerivation {
pname = "ghc-events";
version = "0.16.0";
sha256 = "0cr6aj4v9j2fadwhhifjlbg4anyc05phfmy3pvd9h7gn12a2ydr9";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
array base binary bytestring containers text vector
];
executableHaskellDepends = [ base containers ];
testHaskellDepends = [ base ];
description = "Library and tool for parsing .eventlog files from GHC";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-events-analyze" = callPackage
({ mkDerivation, base, blaze-svg, bytestring, containers
, diagrams-lib, diagrams-svg, filepath, ghc-events, hashable, lens
@ -258397,6 +258417,8 @@ self: {
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 ];
description = "Expands type synonyms in Template Haskell ASTs";