about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-26 15:03:15 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-26 15:03:15 +0100
commita6b74907f7a937841cb5307429d2b45f09f7b21a (patch)
treecbad3fb12fbcce830170e6d89b75b0cee6a0b013 /pkgs
parentf4b4dc2d0bdbddc040f5eb46e70469d1392deab6 (diff)
downloadnixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.tar
nixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.tar.gz
nixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.tar.bz2
nixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.tar.lz
nixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.tar.xz
nixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.tar.zst
nixlib-a6b74907f7a937841cb5307429d2b45f09f7b21a.zip
haskellPackages.yi-core: unbreak
yi-language ≥ 0.18 is in the LTS now
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4642072e8250..9875bc29c5ab 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1122,9 +1122,6 @@ self: super: {
       libraryHaskellDepends = drv.libraryHaskellDepends ++ [self.QuickCheck];
     })) ./patches/sexpr-0.2.1.patch;
 
-  # Can be removed once yi-language >= 0.18 is in the LTS
-  yi-core = super.yi-core.overrideScope (self: super: { yi-language = self.yi-language_0_18_0; });
-
   # https://github.com/haskell/hoopl/issues/50
   hoopl = dontCheck super.hoopl;