move ImagePage → SinglePage
This commit is contained in:
parent
be4b539138
commit
c6c2d78926
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
{-# OPTIONS_GHC -fdefer-typed-holes #-}
|
{-# OPTIONS_GHC -fdefer-typed-holes #-}
|
||||||
module ImagePage
|
module SinglePage (make) where
|
||||||
(make)
|
|
||||||
where
|
|
||||||
|
|
||||||
import Info hiding (Text)
|
import Info hiding (Text)
|
||||||
import qualified Data.Text as Strict
|
import qualified Data.Text as Strict
|
|
@ -9,7 +9,7 @@ maintainer: Rhiannon Morris <rhi@rhiannon.website>
|
||||||
executable make-pages
|
executable make-pages
|
||||||
hs-source-dirs: .
|
hs-source-dirs: .
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules: Info, ImagePage
|
other-modules: Info, SinglePage
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
default-extensions:
|
default-extensions:
|
||||||
BlockArguments,
|
BlockArguments,
|
||||||
|
|
Loading…
Reference in a new issue