mirror of
https://github.com/tgorordo/pages.uoregon.edu.git
synced 2026-06-05 14:42:13 -07:00
basic course content added, more TODO
This commit is contained in:
commit
76468828e3
94 changed files with 22022 additions and 0 deletions
14
pages-uoregon-edu.cabal
Normal file
14
pages-uoregon-edu.cabal
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue