Skip to content
Merged
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
6 changes: 3 additions & 3 deletions gwcli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.14

name: gwcli
version: 0.9.8.0
version: 0.9.9.0
description: Please see the README on GitHub at <https://github.com/diskshima/gwcli-hs#readme>
homepage: https://github.com/diskshima/gwcli-hs
bug-reports: https://github.com/diskshima/gwcli-hs/issues
Expand Down Expand Up @@ -81,7 +81,7 @@ executable gwcli
Paths_gwcli
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O4
ghc-options: -threaded -rtsopts -with-rtsopts=-N4 -Wall -O2 -optc-O3 -funbox-strict-fields -fexcess-precision -fspecialise-aggressively
build-depends:
gwcli
, base >=4.7 && <5
Expand Down Expand Up @@ -120,7 +120,7 @@ test-suite gwcli-test
Paths_gwcli
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
HTTP
, aeson
Expand Down