mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #335548 from rvl/haskell-updates-quickspec
haskellPackages.quickspec: Unmark broken
This commit is contained in:
commit
8cb4fc4341
@ -3091,4 +3091,14 @@ self: super: {
|
||||
safe-coloured-text-terminfo = unmarkBroken self.safe-coloured-text-terminfo_0_3_0_0;
|
||||
})));
|
||||
|
||||
quickcheck-state-machine = overrideCabal (drv: {
|
||||
# 2024-08-18: Remove a test which fails to build due to API changes.
|
||||
# This is fixed in quickcheck-state-machine-0.10.0.
|
||||
postPatch = assert drv.version == "0.8.0"; ''
|
||||
sed -i '/SQLite/d' quickcheck-state-machine.cabal
|
||||
sed -i -e '/import.*SQLite/d' -e 's/\[.*prop_parallel_sqlite/[/' test/Spec.hs
|
||||
${drv.postPatch or ""}
|
||||
'';
|
||||
}) super.quickcheck-state-machine;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -4873,7 +4873,6 @@ broken-packages:
|
||||
- quickcheck-property-monad # failure in job https://hydra.nixos.org/build/233228775 at 2023-09-02
|
||||
- quickcheck-rematch # failure in job https://hydra.nixos.org/build/233205449 at 2023-09-02
|
||||
- quickcheck-report # failure in job https://hydra.nixos.org/build/233214523 at 2023-09-02
|
||||
- quickcheck-state-machine # failure in job https://hydra.nixos.org/build/252730381 at 2024-03-16
|
||||
- QuickCheckVariant # failure in job https://hydra.nixos.org/build/233239276 at 2023-09-02
|
||||
- quickcheck-webdriver # failure in job https://hydra.nixos.org/build/233228000 at 2023-09-02
|
||||
- quickjs-hs # failure in job https://hydra.nixos.org/build/233248440 at 2023-09-02
|
||||
@ -4883,7 +4882,6 @@ broken-packages:
|
||||
- quickset # failure in job https://hydra.nixos.org/build/233236904 at 2023-09-02
|
||||
- Quickson # failure in job https://hydra.nixos.org/build/233195101 at 2023-09-02
|
||||
- quickson # failure in job https://hydra.nixos.org/build/233216697 at 2023-09-02
|
||||
- quickspec # failure in job https://hydra.nixos.org/build/233196573 at 2023-09-02
|
||||
- quickwebapp # failure in job https://hydra.nixos.org/build/233208251 at 2023-09-02
|
||||
- quipper-core # failure in job https://hydra.nixos.org/build/233200962 at 2023-09-02
|
||||
- quiver # failure in job https://hydra.nixos.org/build/233230395 at 2023-09-02
|
||||
|
@ -462,7 +462,6 @@ dont-distribute-packages:
|
||||
- aivika-distributed
|
||||
- alg
|
||||
- algebra-checkers
|
||||
- algebra-driven-design
|
||||
- algebra-sql
|
||||
- algebraic
|
||||
- algebraic-graphs-io
|
||||
@ -3314,7 +3313,6 @@ dont-distribute-packages:
|
||||
- reddit
|
||||
- redis-io
|
||||
- rediscaching-haxl
|
||||
- reduce-equations
|
||||
- refh
|
||||
- reflex-animation
|
||||
- reflex-backend-wai
|
||||
|
@ -28366,7 +28366,6 @@ self: {
|
||||
];
|
||||
description = "Companion library for the book Algebra-Driven Design by Sandy Maguire";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"algebra-sql" = callPackage
|
||||
@ -253105,8 +253104,6 @@ self: {
|
||||
];
|
||||
description = "Test monadic programs using state machine based models";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"quickcheck-state-machine_0_10_0" = callPackage
|
||||
@ -253145,7 +253142,6 @@ self: {
|
||||
description = "Test monadic programs using state machine based models";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"quickcheck-state-machine-distributed" = callPackage
|
||||
@ -253363,8 +253359,6 @@ self: {
|
||||
];
|
||||
description = "Equational laws for free!";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"quickterm" = callPackage
|
||||
@ -257796,7 +257790,6 @@ self: {
|
||||
];
|
||||
description = "Simplify a set of equations by removing redundancies";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "reduce-equations";
|
||||
}) {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user