Skip to content

Commit ec9546a

Browse files
authored
Merge pull request #48 from haskellari/bump-upper-version-bounds
Allow building with base-4.15.* and tasty-1.4.*
2 parents 7f73871 + daf7cca commit ec9546a

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)