about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-02-25 04:08:04 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-02-25 04:11:32 +0300
commit746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf (patch)
tree6b15f8ad6ed42e4fe45644d25982090bef3d30a8
parent48283de6419313a488c129815f7015174ce8db44 (diff)
downloadnixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.tar
nixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.tar.gz
nixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.tar.bz2
nixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.tar.lz
nixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.tar.xz
nixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.tar.zst
nixlib-746b36c863f2bc85c5d04c2c5dfa0b68bb8054cf.zip
ghc841 | http-api-data: SMP fix not on hackage yet
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix16
1 files changed, 16 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 5837c592186b..d0fb811f2a1f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -213,6 +213,22 @@ self: super: {
   });
 
   ## Upstreamed, awaiting a Hackage release
+  http-api-data = overrideCabal super.http-api-data (drv: {
+    ##     • No instance for (Semigroup Form)
+    ##         arising from the 'deriving' clause of a data type declaration
+    ##       Possible fix:
+    src = pkgs.fetchFromGitHub {
+      owner  = "fizruk";
+      repo   = "http-api-data";
+      rev    = "83aac9540f4a304927c601c5db12f4dc2bf93816";
+      sha256 = "14hy13szr09vsisxi25a4qfajqjwznvn222bqk55dcdlnrgf0zi9";
+    };
+    ## Setup: Encountered missing dependencies:
+    ## base >=4.7 && <4.11
+    jailbreak       = true;
+  });
+
+  ## Upstreamed, awaiting a Hackage release
   lambdacube-compiler = overrideCabal super.lambdacube-compiler (drv: {
     ## Setup: Encountered missing dependencies:
     ## aeson >=0.9 && <0.12,