aboutsummaryrefslogtreecommitdiff
path: root/personalPage.cabal
blob: f1d5bae06df13e763a4a0f15c05426057b678a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name:               personalPage
version:            0.0.1
build-type:         Simple
cabal-version:      >= 1.10

executable personalPage
  main-is:          Main.hs
  ghc-options:      -Wall -Werror
  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -threaded
  build-depends:    base
                    , hakyll
                    , clay
                    , process
                    , filepath
                    , text
                    , pandoc