Skip to content

Commit daf7cca

Browse files
committed
Allow building with base-4.15.* and tasty-1.4.*
`base-4.15.*` is needed for GHC 9.0 support. `tasty-1.4.*` is the latest Hackage release, and based on [the changelog](http://hackage.haskell.org/package/tasty-1.4.1/changelog), none of the changes seem to apply to `binary-orphans`. I've verified that the test suite continues to pass with these new versions.
1 parent 7f73871 commit daf7cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binary-orphans.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
exposed-modules: Data.Binary.Orphans
4040
other-extensions: CPP
4141
build-depends:
42-
base >=4.5 && <4.15
42+
base >=4.5 && <4.16
4343
, binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9
4444
, transformers >=0.3.0.0 && <0.7
4545

@@ -64,7 +64,7 @@ test-suite binary-orphans-test
6464
, QuickCheck >=2.13.1 && <2.15
6565
, quickcheck-instances >=0.3.21 && <0.4
6666
, tagged >=0.8.6 && <0.8.7
67-
, tasty >=0.10.1.2 && <1.4
67+
, tasty >=0.10.1.2 && <1.5
6868
, tasty-quickcheck >=0.8.3.2 && <0.11
6969

7070
if !impl(ghc >=8.0)

0 commit comments

Comments
 (0)