about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 13:45:47 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94 (patch)
tree9b2792845195e09cea7cde48617a31157a210f0c /pkgs/development/haskell-modules
parent1c474c5edcf4038ee57f828dc987c60ee4c488a2 (diff)
downloadnixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.tar
nixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.tar.gz
nixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.tar.bz2
nixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.tar.lz
nixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.tar.xz
nixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.tar.zst
nixlib-2ffd53d5b9f16af6d8fda41553cd7d8d6dd1ae94.zip
haskell.packages.ghc881.aeson: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 0006bec42975..8311b18dc211 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -137,10 +137,6 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/attoparsec-0.13.2.2.patch";
     sha256 = "13i1p5g0xzxnv966nlyb77mfmxvg9jzbym1d36h1ajn045yf4igl";
   });
-  aeson = appendPatch (dontCheck super.aeson) (pkgs.fetchpatch {   # the test suite breaks the compiler
-    url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/aeson-1.4.3.0.patch";
-    sha256 = "1z6wmsmc682qs3y768r0zx493dxardwbsp0wdc4dsx83c0m5x66f";
-  });
   cassava = appendPatch super.cassava (pkgs.fetchpatch {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/cassava-0.5.1.0.patch";
     sha256 = "11scwwjp94si90vb8v5yr291g9qwv5l223z8y0g0lc63932bp63g";