about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2024-01-07 23:41:35 +0100
committersternenseemann <sternenseemann@systemli.org>2024-01-08 01:48:44 +0100
commit73eca9a20f1543103dc2c6a7632fc377c9d84dad (patch)
tree7c5e11a0857732a7b3fe9f5284dd8dcbeae0a985 /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent789cd14ab9236e822a23e32970ce724ac0c655fa (diff)
haskellPackages.hspec-api: unmark as broken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index d6672c22a2035..981f15dc2a673 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -113,7 +113,4 @@ self: super: {
       "--match" "!/hiedb/Command line/point-info/correctly prints type signatures/"
     ];
   }) super.hiedb;
-
-  # Unbroken due to hspec* upgrades
-  hspec-api = doDistribute (unmarkBroken super.hspec-api);
 }