Skip to content

Commit 3d93d14

Browse files
committed
Allow aeson-1.5 and tasty-1.3
1 parent 6b3da1c commit 3d93d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rere.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ benchmark json
136136
other-modules: DerpConv
137137
ghc-options: -Wall -rtsopts
138138
build-depends:
139-
, aeson ^>=1.4.6.0
139+
, aeson ^>=1.4.6.0 || ^>=1.5.0.0
140140
, attoparsec
141141
, base
142142
, bytestring
@@ -175,7 +175,7 @@ test-suite properties
175175
, QuickCheck
176176
, quickcheck-instances ^>=0.3.22
177177
, rere
178-
, tasty ^>=1.2.3
178+
, tasty ^>=1.2.3 || ^>=1.3.1
179179
, tasty-quickcheck ^>=0.10.1.1
180180

181181
if flag(rere-intersection)

0 commit comments

Comments
 (0)