about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-28 17:20:02 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit383e3f5f43f29c90023ac1af69c1dede4daf842c (patch)
tree1fe9b54ee164d91e0452682c2427dcea4876e28e /pkgs/development/haskell-modules
parent2770597659bce2134d4044088de6f923a0e1b9a7 (diff)
downloadnixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.tar
nixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.tar.gz
nixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.tar.bz2
nixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.tar.lz
nixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.tar.xz
nixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.tar.zst
nixlib-383e3f5f43f29c90023ac1af69c1dede4daf842c.zip
haskell.packages.ghc881.th-lift: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 29289f052ac2..2fd241c41837 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -59,7 +59,6 @@ self: super: {
   split = doJailbreak super.split;
   tasty-expected-failure = doJailbreak super.tasty-expected-failure;
   test-framework = doJailbreak super.test-framework;
-  th-lift = self.th-lift_0_8_0_1;
 
   # These packages don't work and need patching and/or an update.
   primitive = overrideSrc (doJailbreak super.primitive) {