Merge pull request #308378 from alexfmpe/universe-some

haskellPackages.universe-some: remove broken flag
This commit is contained in:
maralorn 2024-05-09 23:30:05 +02:00 committed by GitHub
commit 9e2c860bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 7 deletions

View File

@ -752,6 +752,7 @@ self: super: {
translatable-intset = dontCheck super.translatable-intset;
ua-parser = dontCheck super.ua-parser;
unagi-chan = dontCheck super.unagi-chan;
universe-some = dontCheck super.universe-some;
wai-logger = dontCheck super.wai-logger;
WebBits = dontCheck super.WebBits; # http://hydra.cryp.to/build/499604/log/raw
webdriver = dontCheck super.webdriver;

View File

@ -107,6 +107,7 @@ self: super: {
stripe-signature = doJailbreak super.stripe-signature; # text >=1.2.5 && <1.3 || >=2.0 && <2.1
string-random = doJailbreak super.string-random; # text >=1.2.2.1 && <2.1
inflections = doJailbreak super.inflections; # text >=0.2 && <2.1
universe-some = doJailbreak super.universe-some; # th-abstraction < 0.7
#
# Test suite issues

View File

@ -6283,7 +6283,6 @@ broken-packages:
- universal-binary # failure in job https://hydra.nixos.org/build/233240583 at 2023-09-02
- universe-instances-base # failure in job https://hydra.nixos.org/build/233197845 at 2023-09-02
- universe-instances-trans # failure in job https://hydra.nixos.org/build/233235623 at 2023-09-02
- universe-some # failure in job https://hydra.nixos.org/build/233254356 at 2023-09-02
- unix-handle # failure in job https://hydra.nixos.org/build/233233273 at 2023-09-02
- unix-memory # failure in job https://hydra.nixos.org/build/252735802 at 2024-03-16
- unix-process-conduit # failure in job https://hydra.nixos.org/build/233191509 at 2023-09-02

View File

@ -4097,8 +4097,6 @@ dont-distribute-packages:
- unitym-servant
- unitym-yesod
- universal
- universe
- universe-dependent-sum
- universe-th
- unix-fcntl
- unpacked-these

View File

@ -314631,7 +314631,6 @@ self: {
];
description = "A class for finite and recursively enumerable types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"universe-base" = callPackage
@ -314660,7 +314659,6 @@ self: {
libraryHaskellDepends = [ base universe-some ];
description = "Universe instances for types from dependent-sum";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"universe-instances-base" = callPackage
@ -314740,8 +314738,6 @@ self: {
testHaskellDepends = [ base some template-haskell universe-base ];
description = "Universe instances for Some from some";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"universe-th" = callPackage