Skip to content
Snippets Groups Projects
Forked from orestis.malaspin / homepage
241 commits behind the upstream repository.
hakyll-bootstrap.cabal 502 B
name:                hakyll-bootstrap
version:             0.1.0.0
license:             MIT
license-file:        LICENSE
category:            Web
author:              Orestis Malaspinas
maintainer:          orestis.malaspinas@hesge.ch
build-type:          Simple
cabal-version:       >=1.16

executable blog
  default-language:    Haskell2010
  main-is:             Main.hs
  build-depends:
      base       
    , containers 
    , pandoc   
    , pandoc-crossref 
    , hakyll   
    , hakyll-images