diff --git a/src/Cache.hs b/src/Cache.hs index c36de5b..3f5911f 100644 --- a/src/Cache.hs +++ b/src/Cache.hs @@ -14,7 +14,6 @@ module Cache where --- General import BasePrelude hiding (Category) -- Lenses import Lens.Micro.Platform hiding ((&)) diff --git a/src/Config.hs b/src/Config.hs index a0614d0..883aa41 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -14,7 +14,6 @@ module Config where --- General import BasePrelude -- Text import Data.Text.All (Text) diff --git a/src/JS.hs b/src/JS.hs index 3e8a393..72cca94 100644 --- a/src/JS.hs +++ b/src/JS.hs @@ -14,7 +14,6 @@ NoImplicitPrelude module JS where --- General import BasePrelude -- Text import qualified Data.Text.All as T diff --git a/src/Main.hs b/src/Main.hs index a8fd6c9..ffbe711 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -11,7 +11,6 @@ NoImplicitPrelude module Main (main) where --- General import BasePrelude hiding (Category) -- Monads and monad transformers import Control.Monad.State diff --git a/src/Markdown.hs b/src/Markdown.hs index b4b7955..f8c59e2 100644 --- a/src/Markdown.hs +++ b/src/Markdown.hs @@ -33,7 +33,6 @@ module Markdown where --- General import BasePrelude hiding (Space) -- Lenses import Lens.Micro.Platform hiding ((&)) diff --git a/src/Merge.hs b/src/Merge.hs index 14bd485..e6931cd 100644 --- a/src/Merge.hs +++ b/src/Merge.hs @@ -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 ((&)) diff --git a/src/Types.hs b/src/Types.hs index 38a9fd0..b87b630 100644 --- a/src/Types.hs +++ b/src/Types.hs @@ -123,7 +123,6 @@ module Types where --- General import BasePrelude hiding (Category) -- Monads and monad transformers import Control.Monad.State diff --git a/src/Utils.hs b/src/Utils.hs index 0b1b0c6..d653a8e 100644 --- a/src/Utils.hs +++ b/src/Utils.hs @@ -54,7 +54,6 @@ module Utils where --- General import BasePrelude -- Lenses import Lens.Micro.Platform hiding ((&)) diff --git a/src/View.hs b/src/View.hs index ecf3b7a..ef6523a 100644 --- a/src/View.hs +++ b/src/View.hs @@ -44,7 +44,6 @@ module View where --- General import BasePrelude hiding (Category) -- Lenses import Lens.Micro.Platform hiding ((&))