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.
main
sternenseemann 2 years ago
parent e117482cd4
commit 8a54680cf2
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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…
Cancel
Save