fix dependencies, bump version, reformat
This commit is contained in:
parent
859a65e61d
commit
f0258edf00
73
reploy.cabal
73
reploy.cabal
|
@ -1,38 +1,45 @@
|
||||||
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.3.0
|
||||||
version: 0.3.2.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
|
||||||
, bytestring
|
Tags
|
||||||
, containers
|
Types
|
||||||
, data-default
|
Utils
|
||||||
, directory
|
|
||||||
, extra
|
build-depends:
|
||||||
, filepath
|
, aeson ^>=2.1 || ^>=2.2
|
||||||
, microlens
|
, base >=4 && <5
|
||||||
, microlens-aeson
|
, bytestring
|
||||||
, microlens-mtl
|
, containers
|
||||||
, microlens-th
|
, data-default
|
||||||
, mustache
|
, directory
|
||||||
, optparse-applicative
|
, extra
|
||||||
, pandoc
|
, filepath
|
||||||
, pandoc-types
|
, microlens
|
||||||
, parsec
|
, microlens-aeson
|
||||||
, scientific
|
, microlens-mtl
|
||||||
, SHA
|
, microlens-th
|
||||||
, text
|
, mustache
|
||||||
, transformers
|
, optparse-applicative
|
||||||
, utf8-string
|
, pandoc
|
||||||
, yaml
|
, pandoc-types
|
||||||
|
, parsec
|
||||||
|
, scientific
|
||||||
|
, SHA
|
||||||
|
, text
|
||||||
|
, transformers
|
||||||
|
, utf8-string
|
||||||
|
, 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