haskellPackages.singletons-base: jailbreak in order to get compiling

This commit is contained in:
Dennis Gosnell
2022-12-28 16:47:57 +09:00
parent 8e64bf5a22
commit 9fdbe9dd46
3 changed files with 1 additions and 4 deletions
@@ -2214,6 +2214,7 @@ self: super: {
# Too strict upper bound on th-desugar, fixed in 3.1.1
singletons-th = assert super.singletons-th.version == "3.1"; doJailbreak super.singletons-th;
singletons-base = doJailbreak super.singletons-base;
# Ships a broken Setup.hs
# https://github.com/lehins/conduit-aeson/issues/1
@@ -4783,7 +4783,6 @@ broken-packages:
- simplistic-generics
- singlethongs
- singleton-dict
- singletons-base
- singleton-typelits
- single-tuple
- singnal
-3
View File
@@ -260825,8 +260825,6 @@ self: {
];
description = "A promoted and singled version of the base library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"singletons-base_3_1_1" = callPackage
@@ -260850,7 +260848,6 @@ self: {
description = "A promoted and singled version of the base library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"singletons-presburger" = callPackage