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 #-}
|
||||
module ImagePage
|
||||
(make)
|
||||
where
|
||||
module SinglePage (make) where
|
||||
|
||||
import Info hiding (Text)
|
||||
import qualified Data.Text as Strict
|
|
@ -9,7 +9,7 @@ maintainer: Rhiannon Morris <rhi@rhiannon.website>
|
|||
executable make-pages
|
||||
hs-source-dirs: .
|
||||
main-is: Main.hs
|
||||
other-modules: Info, ImagePage
|
||||
other-modules: Info, SinglePage
|
||||
default-language: Haskell2010
|
||||
default-extensions:
|
||||
BlockArguments,
|
||||
|
|
Loading…
Reference in a new issue