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
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -4783,7 +4783,6 @@ broken-packages:
- simplistic-generics
- singlethongs
- singleton-dict
- singletons-base
- singleton-typelits
- single-tuple
- singnal

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