mirror of
https://github.com/tgorordo/pages.uoregon.edu.git
synced 2026-06-05 14:42:13 -07:00
14 lines
407 B
Text
14 lines
407 B
Text
name: pages-uoregon-edu
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
build-depends: base == 4.*
|
|
, hakyll == 4.16.*
|
|
, process
|
|
, filepath
|
|
, pandoc
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
|
default-language: Haskell2010
|