summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorTest <test@test.com>2018-01-02 17:42:21 -0600
committerTest <test@test.com>2018-01-02 17:43:40 -0600
commit6ea37497cd2f95c774579122cf8f97621b9cf691 (patch)
tree454136cfb3dabdcd76b56f5c5f63eecba4bd604c /pkgs/development/haskell-modules/patches
parenta0aeb2381e5a6c5c57efdec1bf4b4ada44d29511 (diff)
downloadnixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.tar
nixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.tar.gz
nixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.tar.bz2
nixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.tar.lz
nixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.tar.xz
nixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.tar.zst
nixpkgs-6ea37497cd2f95c774579122cf8f97621b9cf691.zip
loosen version bounds for lzma 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 00000000000..e4e327ab6bb
--- /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