haskellPackages.Spock: unbreak

Surprisingly, we didn't have one of Haskell's popular web frameworks
working, but luckily it was quite easy to get working again.
This commit is contained in:
sternenseemann 2022-02-21 00:37:08 +01:00
parent e117482cd4
commit 8a54680cf2
3 changed files with 3 additions and 3 deletions

View file

@ -1365,6 +1365,9 @@ self: super: {
})
] super.Spock-core);
# Test suite fails to compile https://github.com/agrafix/Spock/issues/177
Spock = dontCheck super.Spock;
# hasura packages need some extra care
graphql-engine = overrideCabal (drv: {
patches = [ ./patches/graphql-engine-mapkeys.patch ];

View file

@ -4642,7 +4642,6 @@ broken-packages:
- splint
- split-morphism
- splitter
- Spock
- Spock-api-ghcjs
- spoonutil
- spoty

View file

@ -19169,8 +19169,6 @@ self: {
];
description = "Another Haskell web framework for rapid development";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"Spock-api" = callPackage