Skip to content

Upgrade to haskell-build-4.0.1 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
haskell: haskell-works/[email protected].0
haskell: haskell-works/[email protected].1
github: haskell-works/[email protected]
hackage: haskell-works/[email protected]

Expand Down
34 changes: 17 additions & 17 deletions hw-json-simple-cursor.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ common word8 { build-depends: word8 >= 0.1
common semigroups { if impl(ghc < 8 ) { build-depends: semigroups >= 0.16 && < 0.19 } }

common config
default-language: Haskell2010
ghc-options: -Wall -O2 -msse4.2
default-language: Haskell2010
ghc-options: -Wall -O2 -msse4.2
if flag(sse42)
ghc-options: -msse4.2
if flag(bmi2) && impl(ghc >= 8.4.1)
Expand Down Expand Up @@ -108,10 +108,10 @@ executable hw-json
, semigroups
, text
, vector
main-is: Main.hs
hs-source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-json-simple-cursor
main-is: Main.hs
hs-source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-json-simple-cursor
other-modules:
App.Commands
App.Commands.CreateIndex
Expand All @@ -129,12 +129,12 @@ test-suite hw-json-test
, hw-rankselect
, hw-rankselect-base
, vector
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends: hw-json-simple-cursor
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-tools: hspec-discover
type: exitcode-stdio-1.0
main-is: Spec.hs
build-depends: hw-json-simple-cursor
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-tool-depends: hspec-discover:hspec-discover
other-modules:
HaskellWorks.Data.Json.Simple.CursorSpec
Paths_hw_json_simple_cursor
Expand All @@ -146,8 +146,8 @@ benchmark bench
, directory
, mmap
, semigroups
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: bench
build-depends: hw-json-simple-cursor
other-modules: Paths_hw_json_simple_cursor
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: bench
build-depends: hw-json-simple-cursor
other-modules: Paths_hw_json_simple_cursor