aboutsummaryrefslogtreecommitdiff
path: root/compiler/site/site.cabal
blob: 072e8f2498b20103582f6f3e8dfd437ee26ad2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cabal-version: >=1.10
name: site
version: 0.1.0.0
build-type: Simple

executable site
    main-is: Main.hs
    other-modules:
        Rules
    default-language: Haskell2010
    ghc-options: -threaded
    build-depends:
        base -any,
        filepath -any,
        hakyll >=4.10,
        optparse-applicative -any