File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ cabal-version : 1.12
1
2
name : text-benchmarks
2
3
version : 0.0.0.0
3
4
synopsis : Benchmarks for the text package
12
13
13
14
category : Text
14
15
build-type : Simple
15
- cabal-version : >= 1.8
16
16
17
17
flag bytestring-builder
18
18
description : Depend on the bytestring-builder package for backwards compatibility.
@@ -130,6 +130,10 @@ executable text-benchmarks
130
130
Data.Text.Unsafe
131
131
Data.Text.Show
132
132
133
+ default-language : Haskell2010
134
+ default-extensions : NondecreasingIndentation
135
+
136
+
133
137
executable text-multilang
134
138
hs-source-dirs : haskell
135
139
main-is : Multilang.hs
@@ -139,3 +143,6 @@ executable text-multilang
139
143
bytestring,
140
144
text,
141
145
time
146
+
147
+ default-language : Haskell2010
148
+ default-extensions : NondecreasingIndentation
You can’t perform that action at this time.
0 commit comments