Skip to content

Commit ff0fa39

Browse files
authored
Merge pull request #3 from haskell-works/upgrade-haskell-build-orb-version
Upgrade to haskell-build-4.0.1
2 parents 98f9bc0 + 1446258 commit ff0fa39

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
haskell: haskell-works/haskell-build@4.0.0
4+
haskell: haskell-works/haskell-build@4.0.1
55
github: haskell-works/github-release@1.2.1
66
hackage: haskell-works/hackage@1.0.0
77

hw-json-simple-cursor.cabal

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ common word8 { build-depends: word8 >= 0.1
6464
common semigroups { if impl(ghc < 8 ) { build-depends: semigroups >= 0.16 && < 0.19 } }
6565

6666
common 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

Comments
 (0)