hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
282dc91d40.
This commit is contained in:
Peter Simons 2021-03-12 15:34:09 +01:00
parent 6e65f9ae18
commit d689fa0e08

View File

@ -129386,10 +129386,8 @@ self: {
}:
mkDerivation {
pname = "hledger-interest";
version = "1.6.0";
sha256 = "0s0pmdm1vk4ib5ncs9mxyzr3dx5m6ji9778kddzqwxc9y9gvq5sq";
revision = "1";
editedCabalFile = "10v3fwyzbaqzrldaswvn031hncxy2sra302n10k4zkxg41bz7f73";
version = "1.6.1";
sha256 = "0i97y7rs5kd2dqk3qwd2jg17vs9ib4yvkaqlljnb32x16gphpvhc";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@ -258407,6 +258405,19 @@ self: {
license = lib.licenses.bsd3;
}) {};
"th-expand-syns_0_4_7_0" = callPackage
({ mkDerivation, base, containers, syb, template-haskell }:
mkDerivation {
pname = "th-expand-syns";
version = "0.4.7.0";
sha256 = "1gmb89pgy3i0jpd760xmzx254xpg8pczfa8glgw9z1wak09kwv54";
libraryHaskellDepends = [ base containers syb template-haskell ];
testHaskellDepends = [ base template-haskell ];
description = "Expands type synonyms in Template Haskell ASTs";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"th-extras" = callPackage
({ mkDerivation, base, syb, template-haskell }:
mkDerivation {