summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-19 17:17:02 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-19 17:17:02 +0200
commit9c6c587e7a10a5096f4d2372b3cb792d2f836fae (patch)
tree61b92a0f289863d7722a9c1da9258327a9adbcbc /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentdcaa389959cc531d8cd68821f48e7fbd8585f8af (diff)
downloadnixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.tar
nixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.tar.gz
nixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.tar.bz2
nixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.tar.lz
nixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.tar.xz
nixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.tar.zst
nixpkgs-9c6c587e7a10a5096f4d2372b3cb792d2f836fae.zip
haskell.packages.ghc{8104,901}: correct cabal-install override comment
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 4bc3fd779db..ff82fc8c199 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -43,8 +43,7 @@ self: super: {
   unix = null;
   xhtml = null;
 
-  # cabal-install needs more recent versions of random, but an older
-  # version of base16-bytestring.
+  # cabal-install needs more recent versions of Cabal and base16-bytestring.
   cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: {
     Cabal = null;
     base16-bytestring = self.base16-bytestring_0_1_1_7;