about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-28 15:29:15 +0000
committerPeter Simons <simons@cryp.to>2019-08-28 15:50:32 +0000
commit1b8e14b38d25074fcbe6e5140ab98b0b23f48c68 (patch)
treec659d75be9d7bc51de858ca402fc75e01032b531 /pkgs/development/haskell-modules
parent034dcc2ab8ae1e03834402db7f50ba1821b2dfee (diff)
downloadnixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.tar
nixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.tar.gz
nixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.tar.bz2
nixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.tar.lz
nixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.tar.xz
nixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.tar.zst
nixlib-1b8e14b38d25074fcbe6e5140ab98b0b23f48c68.zip
hackage2nix: keep resolv-0.1.1.2 around for ghc versions prior to 8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index db9e9c2f6ad8..0a269acbdb6f 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2519,6 +2519,7 @@ extra-packages:
   - proto-lens-protobuf-types == 0.2.*  # required for tensorflow-proto-0.1.x on GHC 8.2.x
   - proto-lens-protoc == 0.2.*          # required for tensorflow-proto-0.1.x on GHC 8.2.x
   - QuickCheck < 2                      # required by test-framework-quickcheck and its users
+  - resolv == 0.1.1.2                   # required to build cabal-install-3.0.0.0 with pre ghc-8.8.x
   - resourcet ==1.1.*                   # pre-lts-11.x versions neeed by git-annex 6.20180227
   - seqid < 0.2                         # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x
   - seqid-streams < 0.2                 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x