about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-10-18 21:56:13 +0200
committerPeter Simons <simons@cryp.to>2019-10-18 22:50:37 +0200
commit4445d50de33feea05876f91df03a95b7b16f4e7b (patch)
treec21c4ffb7a74f372f7b35ac09a37ccc42d734a29 /pkgs/development/haskell-modules
parentb712543128a8effd19f50256568e9979551b7661 (diff)
downloadnixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.tar
nixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.tar.gz
nixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.tar.bz2
nixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.tar.lz
nixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.tar.xz
nixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.tar.zst
nixlib-4445d50de33feea05876f91df03a95b7b16f4e7b.zip
haskell-uri-bytestring: drop obsolete patch to fix the build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1cf1ead48202..5fdfcb6826d9 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1142,11 +1142,6 @@ self: super: {
   # Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
   tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
 
-  uri-bytestring = appendPatch super.uri-bytestring (pkgs.fetchpatch {
-    url = "https://github.com/Soostone/uri-bytestring/commit/e5c5602a97160a6a6304a24947e33e47c9155460.patch";
-    sha256 = "1qwy8bj6vywhp0075dza8j90zrzsm3144qz3c703s9c4n6pg3gw4";
-    });
-
   # Requires pg_ctl command during tests
   beam-postgres = overrideCabal super.beam-postgres (drv: {
     testToolDepends = (drv.testToolDepends or []) ++ [pkgs.postgresql];