summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-01-12 16:09:13 +0100
committerGitHub <noreply@github.com>2018-01-12 16:09:13 +0100
commite277be1943900b31ca142e1cce5ed406a7f9e109 (patch)
treed237f86aa2df78d0a781db90bfdc943c4ff3bcfc /pkgs/development/haskell-modules/configuration-common.nix
parent96e777adfdcdb82efe41f6f88e312d23f2e80654 (diff)
parenta4c8f60e86252b4136ab9a8e28ca166fc9be15c8 (diff)
downloadnixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.tar
nixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.tar.gz
nixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.tar.bz2
nixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.tar.lz
nixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.tar.xz
nixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.tar.zst
nixlib-e277be1943900b31ca142e1cce5ed406a7f9e109.zip
Merge pull request #33360 from adnelson/unpin_lzma_versions
haskellPackages.lzma: loosen version bounds for test dependencies
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c7c42c1add7e..77498619abd2 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -481,6 +481,9 @@ self: super: {
   # https://github.com/alphaHeavy/lzma-enumerator/issues/3
   lzma-enumerator = dontCheck super.lzma-enumerator;
 
+  # https://github.com/haskell-hvr/lzma/issues/8
+  lzma = appendPatch super.lzma ./patches/lzma-tests.patch;
+
   # https://github.com/BNFC/bnfc/issues/140
   BNFC = dontCheck super.BNFC;