about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2020-04-22 10:08:42 +0900
committerPeter Simons <simons@cryp.to>2020-04-24 22:00:39 +0200
commit5b3104acd43a14f647f00350e64a0c9cc81dca97 (patch)
tree3158ded46a400e1d0f89f3c01e0442daa47bb01f /pkgs/development/haskell-modules/configuration-hackage2nix.yaml
parent28556cd9abcb31ea64c218b07535f6d6589a426b (diff)
downloadnixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.tar
nixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.tar.gz
nixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.tar.bz2
nixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.tar.lz
nixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.tar.xz
nixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.tar.zst
nixlib-5b3104acd43a14f647f00350e64a0c9cc81dca97.zip
Update pkgs/development/haskell-modules/configuration-hackage2nix.yaml
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix.yaml')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 83b4b388cd83..e4472e400c1c 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2358,9 +2358,9 @@ extra-packages:
   - ansi-terminal == 0.10.3             # required by cabal-plan, and policeman in ghc-8.8.x
   - aeson-pretty < 0.8                  # required by elm compiler
   - apply-refact < 0.4                  # newer versions don't work with GHC 8.0.x
-  - apply-refact == 0.6.0.0             # works with GHC 8.6.x
-  - apply-refact == 0.7.0.0             # works with GHC 8.8.x
-  - apply-refact == 0.8.0.0             # works with GHC 8.10.x
+  - apply-refact == 0.6.0.0             # works with GHC 8.6.x https://hackage.haskell.org/package/apply-refact/changelog
+  - apply-refact == 0.7.0.0             # works with GHC 8.8.x https://hackage.haskell.org/package/apply-refact/changelog
+  - apply-refact == 0.8.0.0             # works with GHC 8.10.x https://hackage.haskell.org/package/apply-refact/changelog
   - binary > 0.7 && < 0.8               # keep a 7.x major release around for older compilers
   - binary > 0.8 && < 0.9               # keep a 8.x major release around for older compilers
   - blank-canvas < 0.6.3                # more recent versions depend on base-compat-batteries == 0.10.* but we're on base-compat-0.9.*