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:
parent
e117482cd4
commit
8a54680cf2
@ -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 ];
|
||||
|
@ -4642,7 +4642,6 @@ broken-packages:
|
||||
- splint
|
||||
- split-morphism
|
||||
- splitter
|
||||
- Spock
|
||||
- Spock-api-ghcjs
|
||||
- spoonutil
|
||||
- spoty
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user