about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2020-03-03 12:15:48 +0900
committerPeter Simons <simons@cryp.to>2020-03-06 22:15:12 +0100
commit39e8cc9c3032707a216a32e6683de3422e877bde (patch)
tree03039abfdfd589218326e559ef0a1fe36c248f27 /pkgs/development/haskell-modules
parent4e3b120db1b7a8d531222031d41f7b69750d8d8b (diff)
downloadnixlib-39e8cc9c3032707a216a32e6683de3422e877bde.tar
nixlib-39e8cc9c3032707a216a32e6683de3422e877bde.tar.gz
nixlib-39e8cc9c3032707a216a32e6683de3422e877bde.tar.bz2
nixlib-39e8cc9c3032707a216a32e6683de3422e877bde.tar.lz
nixlib-39e8cc9c3032707a216a32e6683de3422e877bde.tar.xz
nixlib-39e8cc9c3032707a216a32e6683de3422e877bde.tar.zst
nixlib-39e8cc9c3032707a216a32e6683de3422e877bde.zip
ormolu: remove unneeded override after bump to lts-15
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d0a1929c00e0..9dc6a30d379a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1326,11 +1326,6 @@ self: super: {
   # https://github.com/haskell-servant/servant-ekg/issues/15
   servant-ekg = doJailbreak super.servant-ekg;
 
-  # Needs ghc-lib-parser 8.8.1 (does not build with 8.8.0)
-  ormolu = doJailbreak (super.ormolu.override {
-    ghc-lib-parser = self.ghc-lib-parser_8_8_3_20200224;
-  });
-
   # krank-0.1.0 does not accept PyF-0.9.0.0.
   krank = doJailbreak super.krank;