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
|
||||
|
||||
name: reploy
|
||||
synopsis: Straightforward static all-in-one website builder
|
||||
category: Web
|
||||
version: 0.3.2.0
|
||||
version: 0.3.3.0
|
||||
build-type: Simple
|
||||
license: Apache-2.0
|
||||
license-file: LICENSE
|
||||
|
||||
executable reploy
|
||||
main-is: reploy.hs
|
||||
other-modules: Types, AesonUtils, Utils, Tags, FormatOpts
|
||||
build-depends: base == 4.*
|
||||
, aeson ^>= 2.1
|
||||
other-modules:
|
||||
AesonUtils
|
||||
FormatOpts
|
||||
Tags
|
||||
Types
|
||||
Utils
|
||||
|
||||
build-depends:
|
||||
, aeson ^>=2.1 || ^>=2.2
|
||||
, base >=4 && <5
|
||||
, bytestring
|
||||
, containers
|
||||
, data-default
|
||||
|
@ -34,5 +40,6 @@ executable reploy
|
|||
, transformers
|
||||
, utf8-string
|
||||
, yaml
|
||||
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in a new issue