Unverified Commit 9ae378cc authored by Jan Tojnar's avatar Jan Tojnar
Browse files

haskellPackages.lzma: fix outdated patch

parent b1fa009a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ self: super: {
  # https://github.com/alphaHeavy/lzma-enumerator/issues/3
  lzma-enumerator = dontCheck super.lzma-enumerator;

  # https://github.com/haskell-hvr/lzma/issues/8
  # https://github.com/haskell-hvr/lzma/pull/11
  lzma = appendPatch super.lzma ./patches/lzma-tests.patch;

  # https://github.com/BNFC/bnfc/issues/140
+8 −10
Original line number Diff line number Diff line
--- 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