mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
Get rid of “-- General” in imports
This commit is contained in:
parent
55684535ff
commit
b8af96eb06
@ -14,7 +14,6 @@ module Cache
|
||||
where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude hiding (Category)
|
||||
-- Lenses
|
||||
import Lens.Micro.Platform hiding ((&))
|
||||
|
@ -14,7 +14,6 @@ module Config
|
||||
where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude
|
||||
-- Text
|
||||
import Data.Text.All (Text)
|
||||
|
@ -14,7 +14,6 @@ NoImplicitPrelude
|
||||
module JS where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude
|
||||
-- Text
|
||||
import qualified Data.Text.All as T
|
||||
|
@ -11,7 +11,6 @@ NoImplicitPrelude
|
||||
module Main (main) where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude hiding (Category)
|
||||
-- Monads and monad transformers
|
||||
import Control.Monad.State
|
||||
|
@ -33,7 +33,6 @@ module Markdown
|
||||
where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude hiding (Space)
|
||||
-- Lenses
|
||||
import Lens.Micro.Platform hiding ((&))
|
||||
|
@ -11,9 +11,6 @@ module Merge
|
||||
where
|
||||
|
||||
|
||||
-- TODO: get rid of “-- General” everywhere (and in Emacs snippet too)
|
||||
|
||||
-- General
|
||||
import BasePrelude
|
||||
-- Lenses
|
||||
import Lens.Micro.Platform hiding ((&))
|
||||
|
@ -123,7 +123,6 @@ module Types
|
||||
where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude hiding (Category)
|
||||
-- Monads and monad transformers
|
||||
import Control.Monad.State
|
||||
|
@ -54,7 +54,6 @@ module Utils
|
||||
where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude
|
||||
-- Lenses
|
||||
import Lens.Micro.Platform hiding ((&))
|
||||
|
@ -44,7 +44,6 @@ module View
|
||||
where
|
||||
|
||||
|
||||
-- General
|
||||
import BasePrelude hiding (Category)
|
||||
-- Lenses
|
||||
import Lens.Micro.Platform hiding ((&))
|
||||
|
Loading…
Reference in New Issue
Block a user