rf/rf.cabal

26 lines
735 B
Plaintext
Raw Normal View History

2018-08-18 07:24:54 -04:00
-- Initial rf.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: rf
2019-06-11 21:59:42 -04:00
version: 0.1.3.2
2018-08-18 07:24:54 -04:00
synopsis: tA's blog
-- description:
homepage: regularflolloping.com
2019-06-11 21:59:42 -04:00
license: BSD2
2018-08-18 07:24:54 -04:00
license-file: LICENSE
author: Shaun Kerr
maintainer: s@p7.co.nz
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.10
executable site
main-is: site.hs
2019-06-11 21:59:42 -04:00
hs-source-dirs: src
build-depends: base
2018-08-18 07:24:54 -04:00
, hakyll
, filepath
2018-08-22 21:14:11 -04:00
, hakyll-favicon
2018-08-18 07:24:54 -04:00
default-language: Haskell2010