about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/patches
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-04-11 22:12:14 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-04-11 22:12:14 +0200
commit9ae378cc42586ff28a00a8512a11002258819000 (patch)
treed4f1c630fd20c0ad26b2ba276af363df6ac4b0b8 /pkgs/development/haskell-modules/patches
parentb1fa009aa2a3c0a121b3920fb1c2e1d9e9ace6a5 (diff)
downloadnixlib-9ae378cc42586ff28a00a8512a11002258819000.tar
nixlib-9ae378cc42586ff28a00a8512a11002258819000.tar.gz
nixlib-9ae378cc42586ff28a00a8512a11002258819000.tar.bz2
nixlib-9ae378cc42586ff28a00a8512a11002258819000.tar.lz
nixlib-9ae378cc42586ff28a00a8512a11002258819000.tar.xz
nixlib-9ae378cc42586ff28a00a8512a11002258819000.tar.zst
nixlib-9ae378cc42586ff28a00a8512a11002258819000.zip
haskellPackages.lzma: fix outdated patch
Diffstat (limited to 'pkgs/development/haskell-modules/patches')
-rw-r--r--pkgs/development/haskell-modules/patches/lzma-tests.patch18
1 files changed, 8 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/patches/lzma-tests.patch b/pkgs/development/haskell-modules/patches/lzma-tests.patch
index e4e327ab6bbc..db9e62ee3c5f 100644
--- a/pkgs/development/haskell-modules/patches/lzma-tests.patch
+++ b/pkgs/development/haskell-modules/patches/lzma-tests.patch
@@ -1,13 +1,11 @@
 --- a/lzma.cabal
 +++ b/lzma.cabal
-@@ -70,8 +70,8 @@ test-suite lzma-tests
-                      , base
-                      , bytestring
+@@ -76,7 +76,7 @@
    -- 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
+   build-depends:       HUnit                      >= 1.2      && <1.7
+                      , QuickCheck                 >= 2.8      && <2.11
+-                     , tasty                      >= 0.10     && <0.13
++                     , tasty                      >= 0.10     && <1.1
+                      , tasty-hunit                >= 0.9      && <0.11
+                      , tasty-quickcheck           >= 0.8.3.2  && <0.10
+