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
bb5144b90c
commit
6591780024
2 changed files with 25 additions and 0 deletions
|
@ -104,6 +104,8 @@ default-package-overrides:
|
||||||
- taskwarrior < 0.4.0.0
|
- taskwarrior < 0.4.0.0
|
||||||
# 2021-10-19: autoapply 0.4.1.1 requires th-desugar 1.12
|
# 2021-10-19: autoapply 0.4.1.1 requires th-desugar 1.12
|
||||||
- autoapply < 0.4.1.1
|
- autoapply < 0.4.1.1
|
||||||
|
# 2021-10-22: 1.8 breaks shake-bench
|
||||||
|
- SVGFonts < 1.8
|
||||||
|
|
||||||
extra-packages:
|
extra-packages:
|
||||||
- base16-bytestring < 1 # required for cabal-install etc.
|
- base16-bytestring < 1 # required for cabal-install etc.
|
||||||
|
|
|
@ -17874,6 +17874,28 @@ self: {
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"SVGFonts" = callPackage
|
"SVGFonts" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
|
||||||
|
, bytestring, cereal, cereal-vector, containers, data-default-class
|
||||||
|
, diagrams-core, diagrams-lib, directory, parsec, split, text
|
||||||
|
, vector, xml
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "SVGFonts";
|
||||||
|
version = "1.7.0.1";
|
||||||
|
sha256 = "06vnpkkr19s9b1wjp7l2w29vr7fsghcrffd2knlxvdhjacrfpc9h";
|
||||||
|
revision = "2";
|
||||||
|
editedCabalFile = "0q731cyrqq1csbid9nxh2bj6rf8yss017lz9j9zk22bw3bymzb0s";
|
||||||
|
enableSeparateDataOutput = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
attoparsec base blaze-markup blaze-svg bytestring cereal
|
||||||
|
cereal-vector containers data-default-class diagrams-core
|
||||||
|
diagrams-lib directory parsec split text vector xml
|
||||||
|
];
|
||||||
|
description = "Fonts from the SVG-Font format";
|
||||||
|
license = lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
|
"SVGFonts_1_8" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
|
({ mkDerivation, attoparsec, base, blaze-markup, blaze-svg
|
||||||
, bytestring, cereal, cereal-vector, containers, data-default-class
|
, bytestring, cereal, cereal-vector, containers, data-default-class
|
||||||
, diagrams-core, diagrams-lib, directory, parsec, split, text
|
, diagrams-core, diagrams-lib, directory, parsec, split, text
|
||||||
|
@ -17891,6 +17913,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Fonts from the SVG-Font format";
|
description = "Fonts from the SVG-Font format";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"SVGPath" = callPackage
|
"SVGPath" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue