add image page
This commit is contained in:
parent
c1d14c539f
commit
92ad510218
2 changed files with 97 additions and 3 deletions
|
@ -9,7 +9,7 @@ maintainer: Rhiannon Morris <rhi@rhiannon.website>
|
|||
executable make-pages
|
||||
hs-source-dirs: .
|
||||
main-is: Main.hs
|
||||
other-modules: Info
|
||||
other-modules: Info, ImagePage
|
||||
default-language: Haskell2010
|
||||
default-extensions:
|
||||
BlockArguments,
|
||||
|
@ -23,7 +23,6 @@ executable make-pages
|
|||
time ^>= 1.8.0.2,
|
||||
text ^>= 1.2.3.1,
|
||||
vector ^>= 0.12.1.2,
|
||||
HsYAML ^>= 0.2.1.0,
|
||||
blaze-html ^>= 0.9.1.2
|
||||
HsYAML ^>= 0.2.1.0
|
||||
ghc-options:
|
||||
-Wall -threaded -rtsopts -with-rtsopts=-N
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue