@@ -75,8 +75,8 @@ common word8 { build-depends: word8 >= 0.1
75
75
common semigroups { if impl(ghc < 8 ) { build-depends : semigroups >= 0.16 && < 0.19 } }
76
76
77
77
common config
78
- default-language : Haskell2010
79
- ghc-options : -Wall -O2 -msse4.2
78
+ default-language : Haskell2010
79
+ ghc-options : -Wall -O2 -msse4.2
80
80
if flag(sse42)
81
81
ghc-options : -msse4.2
82
82
if flag(bmi2) && impl(ghc >= 8.4.1 )
@@ -150,10 +150,10 @@ executable hw-json
150
150
, semigroups
151
151
, text
152
152
, vector
153
- main-is : Main.hs
154
- hs-source-dirs : app
155
- ghc-options : -threaded -rtsopts -with-rtsopts=-N
156
- build-depends : hw-json
153
+ main-is : Main.hs
154
+ hs-source-dirs : app
155
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
156
+ build-depends : hw-json
157
157
other-modules :
158
158
App.Commands
159
159
App.Commands.CreateIndex
@@ -180,12 +180,12 @@ test-suite hw-json-test
180
180
, text
181
181
, transformers
182
182
, vector
183
- type : exitcode-stdio-1.0
184
- main-is : Spec.hs
185
- build-depends : hw-json
186
- hs-source-dirs : test
187
- ghc-options : -threaded -rtsopts -with-rtsopts=-N
188
- build-tools : hspec-discover
183
+ type : exitcode-stdio-1.0
184
+ main-is : Spec.hs
185
+ build-depends : hw-json
186
+ hs-source-dirs : test
187
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
188
+ build-tool-depends : hspec-discover : hspec-discover
189
189
other-modules :
190
190
HaskellWorks.Data.Json.LightJsonSpec
191
191
HaskellWorks.Data.Json.Simple.CursorSpec
@@ -204,8 +204,8 @@ benchmark bench
204
204
, hw-json-standard-cursor
205
205
, mmap
206
206
, semigroups
207
- type : exitcode-stdio-1.0
208
- main-is : Main.hs
209
- hs-source-dirs : bench
210
- build-depends : hw-json
211
- other-modules : Paths_hw_json
207
+ type : exitcode-stdio-1.0
208
+ main-is : Main.hs
209
+ hs-source-dirs : bench
210
+ build-depends : hw-json
211
+ other-modules : Paths_hw_json
0 commit comments