haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
Ellie Hermaszewska 2021-10-19 17:12:50 +08:00
parent fce8110371
commit 40086b7000
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A
2 changed files with 22 additions and 0 deletions

View file

@ -102,6 +102,8 @@ default-package-overrides:
- weeder < 2.3.0
# 2021-10-10: taskwarrior 0.4 requires aeson > 2.0.1.0
- taskwarrior < 0.4.0.0
# 2021-10-19: autoapply 0.4.1.1 requires th-desugar 1.12
- autoapply < 0.4.1.1
extra-packages:
- base16-bytestring < 1 # required for cabal-install etc.

View file

@ -36090,6 +36090,25 @@ self: {
}) {};
"autoapply" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, doctest, logict, mtl
, template-haskell, th-desugar, transformers, unification-fd
}:
mkDerivation {
pname = "autoapply";
version = "0.4.1";
sha256 = "1jgzfdi5p0pns6w7543yp2ljglnmym9qplyb4vafynzg3bjhzvz0";
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base logict mtl template-haskell th-desugar transformers
unification-fd
];
testHaskellDepends = [ base doctest ];
description = "Template Haskell to automatically pass values to functions";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ expipiplus1 ];
}) {};
"autoapply_0_4_1_1" = callPackage
({ mkDerivation, base, Cabal, cabal-doctest, doctest, logict, mtl
, template-haskell, th-desugar, transformers, unification-fd
}:
@ -36105,6 +36124,7 @@ self: {
testHaskellDepends = [ base doctest ];
description = "Template Haskell to automatically pass values to functions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ expipiplus1 ];
}) {};