hakyll-site.cabal: Cabal format
This commit is contained in:
parent
f9e2692a25
commit
7c5fb7a169
1 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,13 @@
|
|||
name: hakyll-site
|
||||
version: 0.1.0.0
|
||||
build-type: Simple
|
||||
cabal-version: >= 1.10
|
||||
name: hakyll-site
|
||||
version: 0.1.0.0
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
|
||||
executable site
|
||||
main-is: site.hs
|
||||
build-depends: base >= 4.12
|
||||
, hakyll == 4.15.*
|
||||
build-depends:
|
||||
base >=4.12
|
||||
, hakyll >=4.15 && <4.16
|
||||
|
||||
ghc-options: -threaded
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in a new issue