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
|
2017-11-30 21:06:00 +00:00
|
|
|
, hakyll >= 4.9.8.0
|
2016-03-01 07:03:27 +00:00
|
|
|
, directory
|
2016-05-09 22:40:27 +00:00
|
|
|
, HTTP
|
2017-07-10 15:42:09 +00:00
|
|
|
, time
|
|
|
|
, filepath
|