rf/rf.cabal

30 lines
861 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
2018-09-03 19:48:46 -04:00
version: 0.1.3.1
2018-08-18 07:24:54 -04:00
synopsis: tA's blog
-- description:
homepage: regularflolloping.com
license: BSD3
license-file: LICENSE
author: Shaun Kerr
maintainer: s@p7.co.nz
-- copyright:
category: Web
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable site
main-is: site.hs
-- other-modules:
-- other-extensions:
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
-- hs-source-dirs:
2018-08-25 00:38:47 -04:00
-- extra-libraries: imagemagick
2018-08-18 07:24:54 -04:00
default-language: Haskell2010