remove version locks from cabal file
This commit is contained in:
parent
0a400a801c
commit
ede1c5e623
2 changed files with 14 additions and 14 deletions
|
@ -1,11 +1,11 @@
|
|||
module TemplateLoader (loadTemplates) where
|
||||
|
||||
import Data.Bool (bool)
|
||||
import System.FilePath ((</>))
|
||||
import System.Directory (listDirectory, doesDirectoryExist)
|
||||
import qualified Data.ByteString as BS
|
||||
import qualified Data.Text as T
|
||||
import Data.Text (Text)
|
||||
import System.FilePath ((</>))
|
||||
import System.Directory (listDirectory, doesDirectoryExist)
|
||||
|
||||
import TemplatePage (PageTemplate, parsePage, isUntemplated)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue