rename BuildVar module to BuilderQQ
This commit is contained in:
parent
490a20c85c
commit
75b91f43b4
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
module BuildVar (b) where
|
module BuilderQQ (b) where
|
||||||
|
|
||||||
import Data.Char (isLower, isSpace, isDigit, isAlphaNum)
|
import Data.Char (isLower, isSpace, isDigit, isAlphaNum)
|
||||||
import Language.Haskell.TH
|
import Language.Haskell.TH
|
|
@ -1,6 +1,6 @@
|
||||||
module Depend where
|
module Depend where
|
||||||
|
|
||||||
import BuildVar
|
import BuilderQQ
|
||||||
import Info hiding (Text)
|
import Info hiding (Text)
|
||||||
|
|
||||||
import Data.Maybe (fromMaybe)
|
import Data.Maybe (fromMaybe)
|
||||||
|
|
|
@ -2,7 +2,7 @@ module SinglePage (make) where
|
||||||
|
|
||||||
import Records ()
|
import Records ()
|
||||||
import Info hiding (Text)
|
import Info hiding (Text)
|
||||||
import BuildVar
|
import BuilderQQ
|
||||||
|
|
||||||
import Control.Exception
|
import Control.Exception
|
||||||
import qualified Data.Text as Strict
|
import qualified Data.Text as Strict
|
||||||
|
|
|
@ -15,7 +15,7 @@ executable make-pages
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Records,
|
Records,
|
||||||
BuildVar,
|
BuilderQQ,
|
||||||
Info,
|
Info,
|
||||||
SinglePage,
|
SinglePage,
|
||||||
Depend,
|
Depend,
|
||||||
|
|
Loading…
Reference in a new issue