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:
parent
6e65f9ae18
commit
d689fa0e08
@ -129386,10 +129386,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hledger-interest";
|
pname = "hledger-interest";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
sha256 = "0s0pmdm1vk4ib5ncs9mxyzr3dx5m6ji9778kddzqwxc9y9gvq5sq";
|
sha256 = "0i97y7rs5kd2dqk3qwd2jg17vs9ib4yvkaqlljnb32x16gphpvhc";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "10v3fwyzbaqzrldaswvn031hncxy2sra302n10k4zkxg41bz7f73";
|
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
@ -258407,6 +258405,19 @@ self: {
|
|||||||
license = lib.licenses.bsd3;
|
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
|
"th-extras" = callPackage
|
||||||
({ mkDerivation, base, syb, template-haskell }:
|
({ mkDerivation, base, syb, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user