chaoszone.cz/chaoszone.cabal

29 lines
916 B
Plaintext
Raw Normal View History

2017-11-10 12:28:35 +00:00
-- Initial chaoszone.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: chaoszone
version: 0.0.0.0
2018-10-16 22:51:21 +00:00
synopsis: build files for the chaoszone.cz website
2017-11-10 12:28:35 +00:00
-- description:
homepage: https://chaoszone.cz
license: PublicDomain
author: nek0
maintainer: nek0@chelnok.de
category: Web
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable chaoszone
main-is: Main.hs
-- other-modules:
other-extensions: OverloadedStrings
2018-10-16 22:40:36 +00:00
build-depends: base >=4.10 && < 5
2017-11-10 13:29:45 +00:00
, time
2017-11-10 12:28:35 +00:00
, filepath >=1.4
, hakyll >=4.9.8.0
, HTTP
, aeson
hs-source-dirs: src
default-language: Haskell2010