summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-15 20:12:09 +0100
committerPeter Simons <simons@cryp.to>2018-02-16 10:39:59 +0100
commit194d61bfcac3b14f0520da00cd25201bb2029734 (patch)
tree9869acd0462688d3a73ede46ed5f1c6712b98d9e /pkgs
parent02e8ee8a804298c253a7bf4c8474ca7fe76d8736 (diff)
downloadnixlib-194d61bfcac3b14f0520da00cd25201bb2029734.tar
nixlib-194d61bfcac3b14f0520da00cd25201bb2029734.tar.gz
nixlib-194d61bfcac3b14f0520da00cd25201bb2029734.tar.bz2
nixlib-194d61bfcac3b14f0520da00cd25201bb2029734.tar.lz
nixlib-194d61bfcac3b14f0520da00cd25201bb2029734.tar.xz
nixlib-194d61bfcac3b14f0520da00cd25201bb2029734.tar.zst
nixlib-194d61bfcac3b14f0520da00cd25201bb2029734.zip
haskell-JuicyPixels: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix7
1 files changed, 0 insertions, 7 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 62348ee2e85b..b3990fab7615 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -106,13 +106,6 @@ self: super: {
 
   ## Needs bump to a versioned attribute
   ## 
-  ##     • No instance for (Semigroup Metadatas)
-  ##         arising from the superclasses of an instance declaration
-  ##     • In the instance declaration for ‘Monoid Metadatas’
-  JuicyPixels = super.JuicyPixels_3_2_9_4;
-
-  ## Needs bump to a versioned attribute
-  ## 
   ##     • Could not deduce (Semigroup (a :->: b))
   ##         arising from the superclasses of an instance declaration
   ##       from the context: (HasTrie a, Monoid b)