summaryrefslogtreecommitdiff
path: root/blog.cabal
blob: b8daa19ba9713b62c981b5e4ccdc6387210af5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- Initial beuteltier.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                dirty-haskell
version:             0.0.0
-- synopsis:          
-- description:         
homepage:            git://git.yggdrasil.li/dirty-haskell.org
-- license:             PublicDomain
-- license-file:        LICENSE
author:              Gregor Kleen
maintainer:          aethoago@141.li
copyright:           N/A
category:            Web
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable site
  hs-source-dirs:      src
  main-is:             Site.hs
  build-depends:       base >=4.7 && <4.8
                     , hakyll >=4.6 && <5