mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-17 22:58:28 +01:00
drop redundant import of bimap
This commit is contained in:
parent
1baa9295cd
commit
a33bcceb41
@ -77,7 +77,6 @@ module Stackage.Database.Query
|
|||||||
) where
|
) where
|
||||||
|
|
||||||
import qualified Data.Aeson as A
|
import qualified Data.Aeson as A
|
||||||
import Data.Bifunctor (bimap)
|
|
||||||
import qualified Data.List as L
|
import qualified Data.List as L
|
||||||
import Database.Esqueleto
|
import Database.Esqueleto
|
||||||
import Database.Esqueleto.Internal.Language (FromPreprocess)
|
import Database.Esqueleto.Internal.Language (FromPreprocess)
|
||||||
|
|||||||
@ -50,7 +50,6 @@ module Types
|
|||||||
|
|
||||||
import ClassyPrelude.Yesod (ToBuilder(..))
|
import ClassyPrelude.Yesod (ToBuilder(..))
|
||||||
import Data.Aeson
|
import Data.Aeson
|
||||||
import Data.Bifunctor (bimap)
|
|
||||||
import Data.Char (ord)
|
import Data.Char (ord)
|
||||||
import Data.Hashable (hashUsing, hashWithSalt)
|
import Data.Hashable (hashUsing, hashWithSalt)
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user