mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +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
|
||||
|
||||
import qualified Data.Aeson as A
|
||||
import Data.Bifunctor (bimap)
|
||||
import qualified Data.List as L
|
||||
import Database.Esqueleto
|
||||
import Database.Esqueleto.Internal.Language (FromPreprocess)
|
||||
|
||||
@ -50,7 +50,6 @@ module Types
|
||||
|
||||
import ClassyPrelude.Yesod (ToBuilder(..))
|
||||
import Data.Aeson
|
||||
import Data.Bifunctor (bimap)
|
||||
import Data.Char (ord)
|
||||
import Data.Hashable (hashUsing, hashWithSalt)
|
||||
import qualified Data.Text as T
|
||||
|
||||
Loading…
Reference in New Issue
Block a user