blog/newblog.cabal
Dimitri Lozeve 0186a14db3 Transition to Cabal
To build the site executable:

    cabal build

To run it and build the site:

    cabal run site build

Idem for `site watch`, `site clean`, etc.
2022-08-15 16:25:04 +02:00

14 lines
368 B
Text

cabal-version: 2.4
name: newblog
version: 0.1.0.0
author: Dimitri Lozeve
executable site
main-is: site.hs
build-depends: base
, containers
, pandoc
, pandoc-sidenote
, hakyll
ghc-options: -threaded
default-language: Haskell2010