summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-02-04 10:56:58 +0100
committersternenseemann <sternenseemann@systemli.org>2022-02-04 10:56:58 +0100
commit7ef2b7a3502a1ca4a7994dc04afce106e25e0213 (patch)
treee338fac173b633861d9e9c52e7bcef788314dae2 /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent7155cd6d14784a0095a3814966115ca68f4e4e95 (diff)
downloadnixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.tar
nixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.tar.gz
nixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.tar.bz2
nixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.tar.lz
nixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.tar.xz
nixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.tar.zst
nixpkgs-7ef2b7a3502a1ca4a7994dc04afce106e25e0213.zip
haskell.packages.ghc921.ghc-exactprint: provide missing data-default
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index bff44e6face..b48b79b8bbc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -112,6 +112,7 @@ self: super: {
     libraryHaskellDepends = [
       self.fail
       self.ordered-containers
+      self.data-default
     ] ++ drv.libraryHaskellDepends or [];
   }) super.ghc-exactprint;
   ghc-lib = self.ghc-lib_9_2_1_20220109;