Skip to content

Commit 76270d8

Browse files
committed
Restrict benchmarks to GHC >= 8.0
1 parent 7163680 commit 76270d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/text-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ category: Text
1515
build-type: Simple
1616
tested-with: GHC==9.0.1,
1717
GHC==8.10.4, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4,
18-
GHC==8.2.2, GHC==8.0.2, GHC==7.10.3
18+
GHC==8.2.2, GHC==8.0.2
1919

2020
extra-source-files:
2121
include/*.h

0 commit comments

Comments
 (0)