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
12name : text-benchmarks
23version : 0.0.0.0
34synopsis : Benchmarks for the text package
12131314category : Text
1415build-type : Simple
15- cabal-version : >= 1.8
1616
1717flag 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+
133137executable 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
You can’t perform that action at this time.
0 commit comments