tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-ed25519 is broken
Peter Simons
10 years ago
d08a483b
3f607471
+6
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+6
pkgs/development/haskell-modules/configuration-common.nix
···
978
978
# https://github.com/bos/configurator/issues/22
979
979
configurator = dontCheck super.configurator;
980
980
981
981
+
# https://github.com/thoughtpolice/hs-ed25519/issues/9
982
982
+
ed25519 = markBroken super.ed25519;
983
983
+
hackage-repo-tool = dontDistribute super.hackage-repo-tool;
984
984
+
hackage-security = dontDistribute super.hackage-security;
985
985
+
hackage-security-HTTP = dontDistribute super.hackage-security-HTTP;
986
986
+
981
987
}