about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 02:24:52 +0300
committerKosyrev Serge <serge.kosyrev@iohk.io>2018-03-12 03:03:31 +0300
commit98f5efd872a196411f550ea657f3f540341b0def (patch)
treedc0fa71ac6ec8d629bce70b888437a08021f97a1 /pkgs/development
parentb2cfe1ce644b1814e387b75c277879803bab8c05 (diff)
downloadnixlib-98f5efd872a196411f550ea657f3f540341b0def.tar
nixlib-98f5efd872a196411f550ea657f3f540341b0def.tar.gz
nixlib-98f5efd872a196411f550ea657f3f540341b0def.tar.bz2
nixlib-98f5efd872a196411f550ea657f3f540341b0def.tar.lz
nixlib-98f5efd872a196411f550ea657f3f540341b0def.tar.xz
nixlib-98f5efd872a196411f550ea657f3f540341b0def.tar.zst
nixlib-98f5efd872a196411f550ea657f3f540341b0def.zip
ghc841: haskell-src-exts fix released
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix19
1 files changed, 6 insertions, 13 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 b727657f42b3..514ebfd7728a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -96,6 +96,12 @@ self: super: {
   haddock-library = super.haddock-library_1_5_0_1;
 
   ## Needs bump to a versioned attribute
+  ##     • Could not deduce (Semigroup (ParseResult m))
+  ##         arising from the superclasses of an instance declaration
+  ##       from the context: Monoid m
+  haskell-src-exts = super.haskell-src-exts_1_20_2;
+
+  ## Needs bump to a versioned attribute
   hspec = overrideCabal super.hspec_2_4_8 (drv: {
     ## Setup: Encountered missing dependencies:
     ## hspec-core ==2.4.4, hspec-discover ==2.4.4
@@ -253,19 +259,6 @@ self: super: {
   });
 
   ## Upstreamed, awaiting a Hackage release
-  haskell-src-exts = overrideCabal super.haskell-src-exts (drv: {
-    ##     • Could not deduce (Semigroup (ParseResult m))
-    ##         arising from the superclasses of an instance declaration
-    ##       from the context: Monoid m
-    src = pkgs.fetchFromGitHub {
-      owner  = "haskell-suite";
-      repo   = "haskell-src-exts";
-      rev    = "935f6f0915e89c314b686bdbdc6980c72335ba3c";
-      sha256 = "1v3c1bd5q07qncqfbikvs8h3r4dr500blm5xv3b4jqqv69f0iam9";
-    };
-  });
-
-  ## 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