haskellPackages: mark some broken packages as not broken

This commit is contained in:
Patrick Steele 2023-01-18 22:31:53 -05:00 committed by Dennis Gosnell
parent 00e91ba531
commit c4d460810e
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 0 additions and 10 deletions

View file

@ -1822,7 +1822,6 @@ broken-packages:
- gloss-banana
- gloss-export
- gloss-game
- glpk-headers
- gltf-codec
- glue
- g-npm
@ -3248,7 +3247,6 @@ broken-packages:
- math-grads
- math-interpolate
- math-metric
- math-programming
- matrix-as-xyz
- matrix-lens
- matrix-market

View file

@ -2724,8 +2724,6 @@ dont-distribute-packages:
- marvin
- masakazu-bot
- matchers
- math-programming-glpk
- math-programming-tests
- mathblog
- mathlink
- matsuri

View file

@ -115646,8 +115646,6 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Low-level Haskell bindings to the GLPK library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) glpk;};
"glpk-hs" = callPackage
@ -187318,8 +187316,6 @@ self: {
testHaskellDepends = [ base hspec mtl QuickCheck text ];
description = "A library for formulating and solving math programs";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"math-programming-glpk" = callPackage
@ -187338,7 +187334,6 @@ self: {
];
description = "A GLPK backend to the math-programming library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"math-programming-tests" = callPackage
@ -187356,7 +187351,6 @@ self: {
];
description = "Utility functions for testing implementations of the math-programming library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"mathblog" = callPackage