summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2021-12-26 10:40:38 +0100
committersternenseemann <sternenseemann@systemli.org>2021-12-26 10:40:38 +0100
commit5e369b1855edd359afe7109cce6b0b2ceb853ed7 (patch)
tree6ad18f983407ae68d773355b4d0b4ac0352e4d2c /pkgs/development/haskell-modules/configuration-hackage2nix
parent41eef0059db6b7f9b26b302114062ce220444080 (diff)
downloadnixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.tar
nixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.tar.gz
nixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.tar.bz2
nixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.tar.lz
nixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.tar.xz
nixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.tar.zst
nixpkgs-5e369b1855edd359afe7109cce6b0b2ceb853ed7.zip
haskellPackages: allow 9.0.2 versions for the ghc-lib* packages
These updated constraints will take effect the next time the hackage
data tarball is updated and the 9.0.2.* versions become available.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index 95032b8749a..2007b87a052 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -155,13 +155,13 @@ extra-packages:
   - ShellCheck == 0.7.1                 # 2021-05-09: haskell-ci 0.12.1 pins this version
   - cabal-install-parsers == 0.4.2      # 2021-09-04: needed haskell-ci by until it upgrades to Cabal >= 3.6
   - ghc-api-compat == 8.6               # 2021-09-07: preserve for GHC 8.8.4
-  - ghc-lib == 9.0.1.*                  # 2021-11-05: Need one GHC 9.0.1 compatible version
-  - ghc-lib-parser == 9.0.1.*           # 2021-11-05: Need one GHC 9.0.1 compatible version
-  - ghc-lib-parser-ex == 9.0.*          # 2021-11-05: Need one GHC 9.0.1 compatible version
+  - ghc-lib == 9.0.*                    # 2021-11-05: Need one GHC 9.0.2 compatible version
+  - ghc-lib-parser == 9.0.*             # 2021-11-05: Need one GHC 9.0.2 compatible version
+  - ghc-lib-parser-ex == 9.0.*          # 2021-11-05: Need one GHC 9.0.2 compatible version
   - doctest == 0.18.*                   # 2021-11-19: closest to stackage version for GHC 9.*
   - brick == 0.64.*                     # 2021-12-03: matterhorn depends on brick < 0.65
-  - path == 0.9.0                       # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.1
-  - ormolu == 0.3.*                     # 2021-12-03: for HLS with GHC 9.0.1
+  - path == 0.9.0                       # 2021-12-03: path version building with stackage genvalidity and GHC 9.0.2
+  - ormolu == 0.3.*                     # 2021-12-03: for HLS with GHC 9.0.2
 
 package-maintainers:
   abbradar: