angeley.es source

[[ 🗃 ^rwVmE website ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/rwVmE

SSH: git clone USERNAME@vervis.peers.community:rwVmE

Branches

Tags

master ::

site.cabal

name:               site
version:            0.1
build-type:         Simple
cabal-version:      >= 1.10

executable site
  main-is:          site.hs
  build-depends:    base
                  , filepath
                  , filestore
                  , hakyll
                  , hakyll-filestore
                  , hakyll-sass
                  , hsass
  ghc-options:      -threaded
  default-language: Haskell2010

[See repo JSON]