We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f73871 + daf7cca commit ec9546aCopy full SHA for ec9546a
binary-orphans.cabal
@@ -39,7 +39,7 @@ library
39
exposed-modules: Data.Binary.Orphans
40
other-extensions: CPP
41
build-depends:
42
- base >=4.5 && <4.15
+ base >=4.5 && <4.16
43
, binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9
44
, transformers >=0.3.0.0 && <0.7
45
@@ -64,7 +64,7 @@ test-suite binary-orphans-test
64
, QuickCheck >=2.13.1 && <2.15
65
, quickcheck-instances >=0.3.21 && <0.4
66
, tagged >=0.8.6 && <0.8.7
67
- , tasty >=0.10.1.2 && <1.4
+ , tasty >=0.10.1.2 && <1.5
68
, tasty-quickcheck >=0.8.3.2 && <0.11
69
70
if !impl(ghc >=8.0)
0 commit comments