@@ -64,8 +64,8 @@ common word8 { build-depends: word8 >= 0.1
6464common semigroups { if impl(ghc < 8 ) { build-depends : semigroups >= 0.16 && < 0.19 } }
6565
6666common config
67- default-language : Haskell2010
68- ghc-options : -Wall -O2 -msse4.2
67+ default-language : Haskell2010
68+ ghc-options : -Wall -O2 -msse4.2
6969 if flag(sse42)
7070 ghc-options : -msse4.2
7171 if flag(bmi2) && impl(ghc >= 8.4.1 )
@@ -108,10 +108,10 @@ executable hw-json
108108 , semigroups
109109 , text
110110 , vector
111- main-is : Main.hs
112- hs-source-dirs : app
113- ghc-options : -threaded -rtsopts -with-rtsopts=-N
114- build-depends : hw-json-simple-cursor
111+ main-is : Main.hs
112+ hs-source-dirs : app
113+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
114+ build-depends : hw-json-simple-cursor
115115 other-modules :
116116 App.Commands
117117 App.Commands.CreateIndex
@@ -129,12 +129,12 @@ test-suite hw-json-test
129129 , hw-rankselect
130130 , hw-rankselect-base
131131 , vector
132- type : exitcode-stdio-1.0
133- main-is : Spec.hs
134- build-depends : hw-json-simple-cursor
135- hs-source-dirs : test
136- ghc-options : -threaded -rtsopts -with-rtsopts=-N
137- build-tools : hspec-discover
132+ type : exitcode-stdio-1.0
133+ main-is : Spec.hs
134+ build-depends : hw-json-simple-cursor
135+ hs-source-dirs : test
136+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
137+ build-tool-depends : hspec-discover : hspec-discover
138138 other-modules :
139139 HaskellWorks.Data.Json.Simple.CursorSpec
140140 Paths_hw_json_simple_cursor
@@ -146,8 +146,8 @@ benchmark bench
146146 , directory
147147 , mmap
148148 , semigroups
149- type : exitcode-stdio-1.0
150- main-is : Main.hs
151- hs-source-dirs : bench
152- build-depends : hw-json-simple-cursor
153- other-modules : Paths_hw_json_simple_cursor
149+ type : exitcode-stdio-1.0
150+ main-is : Main.hs
151+ hs-source-dirs : bench
152+ build-depends : hw-json-simple-cursor
153+ other-modules : Paths_hw_json_simple_cursor
0 commit comments