summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-02-05 22:15:54 +0100
committerPeter Simons <simons@cryp.to>2021-02-05 23:05:20 +0100
commit160d44972610a023e14ca4b06427f8b7075ea4a2 (patch)
tree70cad7c7d41915f65d09948ae650223e2276f59e /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentf159654fb1d72471f064ea0a8e8f9ebbb9040f8c (diff)
downloadnixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.tar
nixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.tar.gz
nixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.tar.bz2
nixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.tar.lz
nixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.tar.xz
nixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.tar.zst
nixpkgs-160d44972610a023e14ca4b06427f8b7075ea4a2.zip
haskell.ghc865.mmorph: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 2 insertions, 0 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 2a0a7810f72..8e87134f617 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -94,4 +94,6 @@ self: super: {
 
   # This became a core library in ghc 8.10., so we don‘t have an "exception" attribute anymore.
   exceptions = super.exceptions_0_10_4;
+
+  mmorph = super.mmorph_1_1_3;
 }