Skip to content
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

Upgrade to haskell-build-4.0.1 #29

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
@@ -1,7 +1,7 @@
version: 2.1

orbs:
haskell: haskell-works/haskell-build@4.0.0
haskell: haskell-works/haskell-build@4.0.1
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0

Expand Down
28 changes: 14 additions & 14 deletions hw-mquery.cabal
Expand Up @@ -31,8 +31,8 @@ common lens { build-depends: lens >= 4.17
common semigroups { build-depends: semigroups >= 0.18.5 && < 0.20 }

common common
ghc-options: -Wall -msse4.2
default-language: Haskell2010
ghc-options: -Wall -msse4.2
default-language: Haskell2010

library
import: base, common
Expand All @@ -50,15 +50,15 @@ library
HaskellWorks.Data.MQuery.Row
HaskellWorks.Data.MQuery.Shows
HaskellWorks.Data.MQuery.ToBool
other-modules: Paths_hw_mquery
autogen-modules: Paths_hw_mquery
other-modules: Paths_hw_mquery
autogen-modules: Paths_hw_mquery

executable hw-mquery-example
import: base, common
main-is: Main.hs
hs-source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-mquery
main-is: Main.hs
hs-source-dirs: app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-mquery

test-suite hw-mquery-test
import: base, common
Expand All @@ -67,14 +67,14 @@ test-suite hw-mquery-test
, hspec
, hw-hspec-hedgehog
, lens
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-mquery
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: hw-mquery
build-tool-depends: hspec-discover:hspec-discover
other-modules:
HaskellWorks.Data.Model.Example
HaskellWorks.Data.Model.Lens
HaskellWorks.Data.Model.Type
HaskellWorks.Data.MQuerySpec
build-tools: hspec-discover