1
1
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:
Artyom 2016-07-30 17:35:00 +03:00
parent 55684535ff
commit b8af96eb06
9 changed files with 0 additions and 11 deletions

View File

@ -14,7 +14,6 @@ module Cache
where where
-- General
import BasePrelude hiding (Category) import BasePrelude hiding (Category)
-- Lenses -- Lenses
import Lens.Micro.Platform hiding ((&)) import Lens.Micro.Platform hiding ((&))

View File

@ -14,7 +14,6 @@ module Config
where where
-- General
import BasePrelude import BasePrelude
-- Text -- Text
import Data.Text.All (Text) import Data.Text.All (Text)

View File

@ -14,7 +14,6 @@ NoImplicitPrelude
module JS where module JS where
-- General
import BasePrelude import BasePrelude
-- Text -- Text
import qualified Data.Text.All as T import qualified Data.Text.All as T

View File

@ -11,7 +11,6 @@ NoImplicitPrelude
module Main (main) where module Main (main) where
-- General
import BasePrelude hiding (Category) import BasePrelude hiding (Category)
-- Monads and monad transformers -- Monads and monad transformers
import Control.Monad.State import Control.Monad.State

View File

@ -33,7 +33,6 @@ module Markdown
where where
-- General
import BasePrelude hiding (Space) import BasePrelude hiding (Space)
-- Lenses -- Lenses
import Lens.Micro.Platform hiding ((&)) import Lens.Micro.Platform hiding ((&))

View File

@ -11,9 +11,6 @@ module Merge
where where
-- TODO: get rid of “-- General” everywhere (and in Emacs snippet too)
-- General
import BasePrelude import BasePrelude
-- Lenses -- Lenses
import Lens.Micro.Platform hiding ((&)) import Lens.Micro.Platform hiding ((&))

View File

@ -123,7 +123,6 @@ module Types
where where
-- General
import BasePrelude hiding (Category) import BasePrelude hiding (Category)
-- Monads and monad transformers -- Monads and monad transformers
import Control.Monad.State import Control.Monad.State

View File

@ -54,7 +54,6 @@ module Utils
where where
-- General
import BasePrelude import BasePrelude
-- Lenses -- Lenses
import Lens.Micro.Platform hiding ((&)) import Lens.Micro.Platform hiding ((&))

View File

@ -44,7 +44,6 @@ module View
where where
-- General
import BasePrelude hiding (Category) import BasePrelude hiding (Category)
-- Lenses -- Lenses
import Lens.Micro.Platform hiding ((&)) import Lens.Micro.Platform hiding ((&))