14 lines
235 B
Text
14 lines
235 B
Text
cabal-version: 1.12
|
|
|
|
name: simiweb
|
|
version: 0.0.0
|
|
build-type: Simple
|
|
|
|
executable ssg
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_simiweb
|
|
build-depends:
|
|
base
|
|
, hakyll
|
|
default-language: Haskell2010
|