summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-12-26 14:02:07 +0100
committerPeter Simons <simons@cryp.to>2018-12-26 14:02:07 +0100
commit08ca69a513d4e5427241524b3664ae11002bc261 (patch)
tree158f024f7aa9e500d89f35bead6b9b1dc4cec723 /pkgs/development
parent4f4313046e1ac6688c26c11c1647d6cd8decfe14 (diff)
downloadnixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.tar
nixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.tar.gz
nixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.tar.bz2
nixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.tar.lz
nixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.tar.xz
nixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.tar.zst
nixpkgs-08ca69a513d4e5427241524b3664ae11002bc261.zip
haskell-hoopl: drop obsolete override
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index c29c89d69f4..088e2d5f9ce 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -41,9 +41,6 @@ self: super: {
   unix = null;
   xhtml = null;
 
-  # Use to be a core-library, but no longer is since GHC 8.4.x.
-  hoopl = self.hoopl_3_10_2_2;
-
   # LTS-12.x versions do not compile.
   # base-orphans = self.base-orphans_0_8;
   # brick = self.brick_0_45;