summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-18 10:47:00 +0100
committerPeter Simons <simons@cryp.to>2021-03-18 10:48:30 +0100
commit6a77eb735e412e8347cd97bad3623286d0f42a7e (patch)
treecb410c26880b131ec22dde8a893d499940dc99e2 /pkgs/development/haskell-modules
parent1fa844c56d0fed7736b84947a44679c14511ec6a (diff)
downloadnixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.tar
nixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.tar.gz
nixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.tar.bz2
nixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.tar.lz
nixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.tar.xz
nixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.tar.zst
nixpkgs-6a77eb735e412e8347cd97bad3623286d0f42a7e.zip
hackage2nix: keep base16-bytestring-0.x around in the package set
We need it to build cabal-install.
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 1a65bbbbd2a..fb1a312783a 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2731,6 +2731,7 @@ extra-packages:
   - Cabal == 2.2.*                      # required for jailbreak-cabal etc.
   - Cabal == 2.4.*                      # required for cabal-install etc.
   - Cabal == 3.2.*                      # required for cabal-install etc.
+  - base16-bytestring < 1               # required for cabal-install etc.
   - dhall == 1.29.0                     # required for ats-pkg
   - dhall == 1.37.1                     # required for spago 0.19.0.
   - Diff < 0.4                          # required by liquidhaskell-0.8.10.2: https://github.com/ucsd-progsys/liquidhaskell/issues/1729