haskellPackages.chs-cabal: fix build

This commit is contained in:
Wolfgang Walther
2026-09-05 18:03:54 +02:00
parent abb4be61e6
commit ebb10ffb74
2 changed files with 0 additions and 25 deletions

View File

@@ -25,7 +25,6 @@
# not work.
# keep-sorted start skip_lines=1 case=no numeric=yes
default-package-overrides:
- chs-cabal == 0.1.1.2 # matches Cabal 3.12 (GHC 9.10)
- clash-lib-hedgehog < 1.9 # needs to match clash-lib from Stackage
# 2025-12-26: Needs to match egison-pattern-src from Stackage
- egison-pattern-src-th-mode < 0.2.2

View File

@@ -143204,29 +143204,6 @@ self: {
) { };
chs-cabal = callPackage (
{
mkDerivation,
base,
Cabal,
chs-deps,
}:
mkDerivation {
pname = "chs-cabal";
version = "0.1.1.2";
sha256 = "1qh234dx3d3l3nxb67alv0ggwqipp1502krq11fgq3hp0jhcm8b8";
revision = "1";
editedCabalFile = "08p3vj0v1i546m1allza5wl7q038qgqvb4b4p3p501v097yrvh6z";
libraryHaskellDepends = [
base
Cabal
chs-deps
];
description = "Cabal with c2hs dependencies";
license = lib.licenses.bsd3;
}
) { };
chs-cabal_1_0_0_0 = callPackage (
{
mkDerivation,
base,
@@ -143244,7 +143221,6 @@ self: {
];
description = "Cabal with c2hs dependencies";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}
) { };