fix dependencies, bump version, reformat
This commit is contained in:
parent
859a65e61d
commit
f0258edf00
17
reploy.cabal
17
reploy.cabal
|
@ -1,18 +1,24 @@
|
||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
|
|
||||||
name: reploy
|
name: reploy
|
||||||
synopsis: Straightforward static all-in-one website builder
|
synopsis: Straightforward static all-in-one website builder
|
||||||
category: Web
|
category: Web
|
||||||
version: 0.3.2.0
|
version: 0.3.3.0
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|
||||||
executable reploy
|
executable reploy
|
||||||
main-is: reploy.hs
|
main-is: reploy.hs
|
||||||
other-modules: Types, AesonUtils, Utils, Tags, FormatOpts
|
other-modules:
|
||||||
build-depends: base == 4.*
|
AesonUtils
|
||||||
, aeson ^>= 2.1
|
FormatOpts
|
||||||
|
Tags
|
||||||
|
Types
|
||||||
|
Utils
|
||||||
|
|
||||||
|
build-depends:
|
||||||
|
, aeson ^>=2.1 || ^>=2.2
|
||||||
|
, base >=4 && <5
|
||||||
, bytestring
|
, bytestring
|
||||||
, containers
|
, containers
|
||||||
, data-default
|
, data-default
|
||||||
|
@ -34,5 +40,6 @@ executable reploy
|
||||||
, transformers
|
, transformers
|
||||||
, utf8-string
|
, utf8-string
|
||||||
, yaml
|
, yaml
|
||||||
|
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Reference in a new issue