move ImagePage → SinglePage

This commit is contained in:
Rhiannon Morris 2020-07-09 06:20:09 +02:00
parent be4b539138
commit c6c2d78926
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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,