summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-03-30 08:14:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-03-30 08:14:35 +0200
commit9d2ff985718b9c04e51fefb1867f82fa0246db0f (patch)
tree3d2aeafe69428756af5a18d8bba8d2b41f5af142 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent01fb1af4f507a2249668d664575717d84b6c1d89 (diff)
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.tar
nixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.tar.gz
nixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.tar.bz2
nixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.tar.lz
nixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.tar.xz
nixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.tar.zst
nixlib-9d2ff985718b9c04e51fefb1867f82fa0246db0f.zip
Merge remote-tracking branch 'upstream/master' into HEAD
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index a071a6aa866a..c7e8d1798d23 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -173,10 +173,6 @@ self: super: {
   # https://github.com/thoughtpolice/hs-ed25519/issues/13
   ed25519 = dontCheck super.ed25519;
 
-  # https://github.com/well-typed/hackage-security/issues/157
-  # https://github.com/well-typed/hackage-security/issues/158
-  hackage-security = dontHaddock (dontCheck super.hackage-security);
-
   # Breaks a dependency cycle between QuickCheck and semigroups
   hashable = dontCheck super.hashable;
   unordered-containers = dontCheck super.unordered-containers;