summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-15 20:02:59 +0100
committerPeter Simons <simons@cryp.to>2018-02-16 10:39:59 +0100
commit02e8ee8a804298c253a7bf4c8474ca7fe76d8736 (patch)
tree60bd21b98a349145bf0a7ed58984d39cb8123b77 /pkgs
parent1f53e710ecbfb3b3eb2e395c31b9b91cb27698de (diff)
downloadnixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.tar
nixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.tar.gz
nixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.tar.bz2
nixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.tar.lz
nixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.tar.xz
nixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.tar.zst
nixlib-02e8ee8a804298c253a7bf4c8474ca7fe76d8736.zip
haskell-th-lift: drop obsolete override for ghc-8.4.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix9
1 files changed, 0 insertions, 9 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 27b73fcfc442..62348ee2e85b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -137,15 +137,6 @@ self: super: {
   ##       from the context: Applicative f
   tasty = super.tasty_1_0_1;
 
-  ## Needs bump to a versioned attribute
-  ## 
-  ## Setup: Encountered missing dependencies:
-  ## template-haskell >=2.4 && <2.13
-  ## builder for ‘/nix/store/sq6cc33h4zk1wns2fsyv8cj6clcf6hwi-th-lift-0.7.7.drv’ failed with exit code 1
-  ## error: build of ‘/nix/store/sq6cc33h4zk1wns2fsyv8cj6clcf6hwi-th-lift-0.7.7.drv’ failed
-  th-lift = super.th-lift_0_7_8;
-
-
   ## On Hackage:
 
   happy = overrideCabal super.happy (drv: {