nek0.eu/nek0-blog.cabal

29 lines
808 B
Plaintext
Raw Normal View History

2016-03-01 07:03:27 +00:00
-- Initial blog.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
2016-03-04 01:16:43 +00:00
name: nek0-blog
2016-03-01 07:03:27 +00:00
version: 0.1.0.0
synopsis: My blog
-- description:
homepage: https://nek0.eu
-- license:
-- license-file: LICENSE
author: nek0
maintainer: nek0@chelnok.de
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable blog
main-is: Main.hs
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
-- other-modules:
-- other-extensions:
build-depends: base
, hakyll
, directory