tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-hpack: disable broken test suite
Peter Simons
10 years ago
5c161d43
d15e437c
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+3
pkgs/development/haskell-modules/configuration-common.nix
···
900
# https://github.com/haskell/cabal/issues/2661
901
serversession-backend-acid-state_1_0_1 = dontCheck super.serversession-backend-acid-state_1_0_1;
902
0
0
0
903
}
···
900
# https://github.com/haskell/cabal/issues/2661
901
serversession-backend-acid-state_1_0_1 = dontCheck super.serversession-backend-acid-state_1_0_1;
902
903
+
# https://github.com/sol/hpack/issues/53
904
+
hpack = dontCheck super.hpack;
905
+
906
}