summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-04 13:26:41 +0200
committerGitHub <noreply@github.com>2018-05-04 13:26:41 +0200
commitf2b581394c8cc5374d1243ef261bc540043c0467 (patch)
tree0056c33f6eb9bb143313af2b6c43cc2ae810ce76 /pkgs/development/haskell-modules
parent977f9a129e95be52c74d2ace313c259f277c445f (diff)
parent4680fe67dbe1e24436d2e6030b26af1791ceec30 (diff)
downloadnixlib-f2b581394c8cc5374d1243ef261bc540043c0467.tar
nixlib-f2b581394c8cc5374d1243ef261bc540043c0467.tar.gz
nixlib-f2b581394c8cc5374d1243ef261bc540043c0467.tar.bz2
nixlib-f2b581394c8cc5374d1243ef261bc540043c0467.tar.lz
nixlib-f2b581394c8cc5374d1243ef261bc540043c0467.tar.xz
nixlib-f2b581394c8cc5374d1243ef261bc540043c0467.tar.zst
nixlib-f2b581394c8cc5374d1243ef261bc540043c0467.zip
Merge pull request #39903 from endgame/hold-blank-canvas
haskellPackages.blank-canvas: 0.6.3 -> 0.6.2
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 6b18694dc8d1..c602d312a3bb 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2398,6 +2398,7 @@ extra-packages:
   - aws ^>= 0.18                        # pre-lts-11.x versions neeed by git-annex 6.20180227
   - 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.*
   - Cabal == 1.18.*                     # required for cabal-install et al on old GHC versions
   - Cabal == 1.20.*                     # required for cabal-install et al on old GHC versions
   - Cabal == 1.24.*                     # required for jailbreak-cabal etc.