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:
parent
fce8110371
commit
40086b7000
2 changed files with 22 additions and 0 deletions
|
@ -102,6 +102,8 @@ default-package-overrides:
|
||||||
- weeder < 2.3.0
|
- weeder < 2.3.0
|
||||||
# 2021-10-10: taskwarrior 0.4 requires aeson > 2.0.1.0
|
# 2021-10-10: taskwarrior 0.4 requires aeson > 2.0.1.0
|
||||||
- taskwarrior < 0.4.0.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:
|
extra-packages:
|
||||||
- base16-bytestring < 1 # required for cabal-install etc.
|
- base16-bytestring < 1 # required for cabal-install etc.
|
||||||
|
|
|
@ -36090,6 +36090,25 @@ self: {
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"autoapply" = callPackage
|
"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
|
({ mkDerivation, base, Cabal, cabal-doctest, doctest, logict, mtl
|
||||||
, template-haskell, th-desugar, transformers, unification-fd
|
, template-haskell, th-desugar, transformers, unification-fd
|
||||||
}:
|
}:
|
||||||
|
@ -36105,6 +36124,7 @@ self: {
|
||||||
testHaskellDepends = [ base doctest ];
|
testHaskellDepends = [ base doctest ];
|
||||||
description = "Template Haskell to automatically pass values to functions";
|
description = "Template Haskell to automatically pass values to functions";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue