summary refs log tree commit diff
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-02-25 04:10:07 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-02-25 04:11:32 +0300
commit65169aac881f9837380b6e342f056f3c681e6fac (patch)
treed18a58334a4d61c7ff9d05e13928092d0a757500
parent2201ba1a5ba94d33765e065cf753c793b2cf0722 (diff)
downloadnixlib-65169aac881f9837380b6e342f056f3c681e6fac.tar
nixlib-65169aac881f9837380b6e342f056f3c681e6fac.tar.gz
nixlib-65169aac881f9837380b6e342f056f3c681e6fac.tar.bz2
nixlib-65169aac881f9837380b6e342f056f3c681e6fac.tar.lz
nixlib-65169aac881f9837380b6e342f056f3c681e6fac.tar.xz
nixlib-65169aac881f9837380b6e342f056f3c681e6fac.tar.zst
nixlib-65169aac881f9837380b6e342f056f3c681e6fac.zip
ghc841 | uri-bytestring: TH boundaries fix author made no PR yet
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 33221dbfde1a..d6f5b2674492 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -465,6 +465,18 @@ self: super: {
     prePatch        = "cd core; ";
   });
 
+  ## Unmerged.  PR: https://github.com/Soostone/uri-bytestring/pull/0
+  uri-bytestring = overrideCabal super.uri-bytestring (drv: {
+    ## Setup: Encountered missing dependencies:
+    ## template-haskell >=2.9 && <2.13
+    src = pkgs.fetchFromGitHub {
+      owner  = "koenigmaximilian";
+      repo   = "uri-bytestring";
+      rev    = "105d5855bbf9c78d1e48394677b42a058e242fc9";
+      sha256 = "144hr12k0d61zpgxv62vwlzy6bfs01fqh7qr4qsbv457sznmbb9d";
+    };
+  });
+
   ## Unmerged.  PR: https://github.com/ivan-m/wl-pprint-text/pull/17
   wl-pprint-text = overrideCabal super.wl-pprint-text (drv: {
     ##     Ambiguous occurrence ‘<>’