about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2021-09-11 21:53:44 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2021-09-11 21:53:44 +0900
commit749cb69b2447ffc44cefc073d0774759902fcf07 (patch)
treef4f86cb8a5eebd6f4ce474d97802afd9a783117e /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent02d3bde59a3543532db493a82da6073753e359d4 (diff)
downloadnixlib-749cb69b2447ffc44cefc073d0774759902fcf07.tar
nixlib-749cb69b2447ffc44cefc073d0774759902fcf07.tar.gz
nixlib-749cb69b2447ffc44cefc073d0774759902fcf07.tar.bz2
nixlib-749cb69b2447ffc44cefc073d0774759902fcf07.tar.lz
nixlib-749cb69b2447ffc44cefc073d0774759902fcf07.tar.xz
nixlib-749cb69b2447ffc44cefc073d0774759902fcf07.tar.zst
nixlib-749cb69b2447ffc44cefc073d0774759902fcf07.zip
cabal-install: get building on ghc884, ghc8107, and ghc901
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index b4ec3baa331c..0d1efbf71198 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -51,8 +51,7 @@ self: super: {
   # cabal-install needs more recent versions of Cabal and random, but an older
   # version of base16-bytestring.
   cabal-install = super.cabal-install.overrideScope (self: super: {
-    Cabal = self.Cabal_3_4_0_0;
-    base16-bytestring = self.base16-bytestring_0_1_1_7;
+    Cabal = self.Cabal_3_6_1_0;
   });
 
   # Ignore overly restrictive upper version bounds.