about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
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/patches
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/patches')
-rw-r--r--pkgs/development/haskell-modules/patches/lzma-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/patches/lzma-tests.patch b/pkgs/development/haskell-modules/patches/lzma-tests.patch
new file mode 100644
index 000000000000..e4e327ab6bbc
--- /dev/null
+++ b/pkgs/development/haskell-modules/patches/lzma-tests.patch
@@ -0,0 +1,13 @@
+--- a/lzma.cabal
++++ b/lzma.cabal
+@@ -70,8 +70,8 @@ test-suite lzma-tests
+                      , base
+                      , bytestring
+   -- additional dependencies that require version bounds
+-  build-depends:       HUnit                      >= 1.2      && <1.4
+-                     , QuickCheck                 >= 2.8      && <2.9
++  build-depends:       HUnit                      >= 1.2      && <2
++                     , QuickCheck                 >= 2.8      && <3
+                      , tasty                      >= 0.10     && <0.12
+                      , tasty-hunit                == 0.9.*
+                      , tasty-quickcheck           >= 0.8.3.2  && < 0.9