Removed redundant module calls.
This commit is contained in:
parent
2c02500b72
commit
c44de84d71
3 changed files with 1 additions and 3 deletions
|
@ -11,7 +11,6 @@ import Text.Blaze.Html
|
|||
import Components
|
||||
import Core.Compilers
|
||||
import Core.Render ( )
|
||||
import Core.Routers
|
||||
import Core.Rules
|
||||
import Routes
|
||||
import Utils.FileTree
|
||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
|||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: etienne-moqueur
|
||||
version: 0.2.0.0
|
||||
version: 0.2.1.0
|
||||
author: etienne
|
||||
maintainer: etienne@moqueur.chat
|
||||
copyright: 2023 etienne
|
||||
|
|
|
@ -6,7 +6,6 @@ module Core.Compilers
|
|||
import Components
|
||||
import Core.Render ( )
|
||||
import Hakyll
|
||||
import Text.Blaze.Html
|
||||
|
||||
-- Redundant... Those default extensions should be kept in sync with package.yaml, but `stack runghc` won't take those in account.
|
||||
defaultExtensions :: [String]
|
||||
|
|
Loading…
Reference in a new issue