From dec92136f64d8497597eaf0abc8c16cfd28b19ad Mon Sep 17 00:00:00 2001 From: all-cabal-tool Date: Sat, 20 Apr 2019 08:14:53 +0000 Subject: [PATCH] Update from Hackage at 2019-04-20T08:10:58Z --- hablo/1.0.0.0/hablo.cabal | 63 +++++++++++++++++++++++++++++++++++++++ hablo/1.0.0.0/hablo.json | 1 + 2 files changed, 64 insertions(+) create mode 100644 hablo/1.0.0.0/hablo.cabal create mode 100644 hablo/1.0.0.0/hablo.json diff --git a/hablo/1.0.0.0/hablo.cabal b/hablo/1.0.0.0/hablo.cabal new file mode 100644 index 00000000000..5384c6d3dfa --- /dev/null +++ b/hablo/1.0.0.0/hablo.cabal @@ -0,0 +1,63 @@ +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: + Hablo is a fediverse-oriented static blog generator for articles written + in Markdown. It tries to generate as little HTML as needed and uses + Javascript to implement dynamic features in the browser. + + Those features include the handling of comments and a cached navigation + to minimize the queries to the server. Hablo also generate cards for all + pages, including articles for prettier shares on social-networks. +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 diff --git a/hablo/1.0.0.0/hablo.json b/hablo/1.0.0.0/hablo.json new file mode 100644 index 00000000000..4b9030c9000 --- /dev/null +++ b/hablo/1.0.0.0/hablo.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"a9516a8c74a855a04707177f57a0658c","Skein512_512":"6c0e99f08592d9099b79d57c5db0d112261a15891089393038b57e7b946981f412cb9acbc7b7352e0ee0e0415b74bf859b9a9b067f972ada45a19437f70c2ddd","SHA1":"b5d569b178db1a587f713cee5f04cb6400d1b528","SHA512":"eb008dbb01ba9328961bf53ca065acefbb8bc8d7cc7e94c8775fb4ec8ed4d3cb02961680ae9b399a5122e58c973f167d81cbef1405a2c0f17df6c61a2e482e04","SHA256":"e84ddcb6c6df64fb72330a033d104f61fa668432fe8078f27212fbb91d6490a6"},"package-locations":["https://hackage.haskell.org/package/hablo-1.0.0.0/hablo-1.0.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hablo-1.0.0.0.tar.gz"],"package-size":14425} \ No newline at end of file