From a3c1a66ed76d1c3d0bf6c826c0dd662193166468 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Feb 2018 14:22:00 +0100 Subject: [PATCH] liquidhaskell: drop obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 86daa60817d..535f962c661 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1006,7 +1006,4 @@ self: super: { # Needs older hlint hpio = dontCheck super.hpio; - # https://github.com/ucsd-progsys/liquidhaskell/issues/1238 - liquidhaskell = dontHaddock super.liquidhaskell; - }