hablo/hablo.cabal

57 lines
2.0 KiB
Plaintext

cabal-version: >= 1.10
-- Initial package description 'hablo.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: hablo
version: 1.0.0.0
synopsis: A minimalist static blog generator
-- description:
homepage: https://git.marvid.fr/Tissevert/hablo
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Web
extra-source-files: CHANGELOG.md
build-type: Simple
data-dir: share
data-files: js/*.js
defaultWording.conf
executable hablo
main-is: Main.hs
other-modules: Arguments
, Article
, ArticlesList
, Blog
, Blog.Path
, Blog.Skin
, Blog.Wording
, Dom
, Files
, HTML
, JS
, JSON
, Paths_hablo
, Pretty
-- other-extensions:
build-depends: aeson >= 1.4.2 && < 1.5
, base >= 4.12.0 && < 4.13
, bytestring >= 0.10.8 && < 0.11
, containers >= 0.6.0 && < 0.7
, directory >= 1.3.3 && < 1.4
, filepath >= 1.4.2 && < 1.5
, lucid >= 2.9.11 && < 2.10
, mtl >= 2.2.2 && < 2.3
, optparse-applicative >= 0.14.3 && < 0.15
, parsec >= 3.1.13 && < 3.2
, template >= 0.2.0 && < 0.3
, text >= 1.2.3 && < 1.3
, time >= 1.8.0 && < 1.9
, unix >= 2.7.2 && < 2.8
ghc-options: -Wall -dynamic
hs-source-dirs: src
default-language: Haskell2010