We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964f44e commit 07dbe94Copy full SHA for 07dbe94
unicode-transforms.cabal
@@ -112,7 +112,7 @@ test-suite extras
112
test
113
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
114
build-depends:
115
- QuickCheck >=2.1 && <2.15
+ QuickCheck >=2.1 && <2.16
116
, base
117
, deepseq >=1.1 && <1.6
118
, text
@@ -190,7 +190,7 @@ benchmark bench
190
if flag(use-gauge)
191
build-depends: gauge >=0.2.0 && <0.3
192
else
193
- build-depends: tasty-bench>= 0.2.5 && <0.4
+ build-depends: tasty-bench>= 0.2.5 && <0.5
194
mixins: tasty-bench (Test.Tasty.Bench as Gauge.Main)
195
if flag(dev)
196
ghc-options: -O0
0 commit comments