tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-configurator fails its test suite.
Peter Simons
10 years ago
fabeee76
09e5107d
+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
···
974
974
# https://github.com/yesodweb/Shelly.hs/issues/108
975
975
shelly = dontCheck super.shelly;
976
976
977
977
+
# https://github.com/bos/configurator/issues/22
978
978
+
configurator = dontCheck super.configurator;
979
979
+
977
980
}