Skip to content

Commit

Permalink
Relax version bounds to support GHC 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe authored and hvr committed Aug 4, 2017
1 parent 91f5c78 commit 45f92b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lzma.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library
exposed-modules: Codec.Compression.Lzma
other-modules: LibLzma

build-depends: base >=4.5 && <4.10
build-depends: base >=4.5 && <4.11
, bytestring >=0.9.2 && <0.11

if os(windows)
Expand All @@ -70,10 +70,10 @@ 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 && <1.7
, QuickCheck >= 2.8 && <2.11
, tasty >= 0.10 && <0.12
, tasty-hunit == 0.9.*
, tasty-quickcheck >= 0.8.3.2 && < 0.9
, tasty-quickcheck >= 0.8.3.2 && < 0.10

ghc-options: -Wall -threaded

0 comments on commit 45f92b9

Please sign in to comment.