Skip to content

Commit 3c64bb0

Browse files
committed
fix benchmark-suite build-issue
1 parent 0bc3b7e commit 3c64bb0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

benchmarks/text-benchmarks.cabal

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.12
12
name: text-benchmarks
23
version: 0.0.0.0
34
synopsis: Benchmarks for the text package
@@ -12,7 +13,6 @@ author: Jasper Van der Jeugt <[email protected]>,
1213
maintainer: [email protected]
1314
category: Text
1415
build-type: Simple
15-
cabal-version: >=1.8
1616

1717
flag bytestring-builder
1818
description: Depend on the bytestring-builder package for backwards compatibility.
@@ -130,6 +130,10 @@ executable text-benchmarks
130130
Data.Text.Unsafe
131131
Data.Text.Show
132132

133+
default-language: Haskell2010
134+
default-extensions: NondecreasingIndentation
135+
136+
133137
executable text-multilang
134138
hs-source-dirs: haskell
135139
main-is: Multilang.hs
@@ -139,3 +143,6 @@ executable text-multilang
139143
bytestring,
140144
text,
141145
time
146+
147+
default-language: Haskell2010
148+
default-extensions: NondecreasingIndentation

0 commit comments

Comments
 (0)