mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Handler.Package: hide empty from Import
stackage-server/Handler/Package.hs:170:9: Warning:
This binding for ‘empty’ shadows the existing binding
imported from ‘Import’ at Handler/Package.hs:20:1-23
(and originally defined in ‘GHC.Base’)
This commit is contained in:
parent
eaa816885e
commit
6fcb72889f
@ -16,7 +16,7 @@ import qualified Data.Text.Lazy as LT
|
||||
import Distribution.Package.ModuleForest
|
||||
import Graphics.Badge.Barrier
|
||||
import Control.Lens
|
||||
import Import
|
||||
import Import hiding (empty)
|
||||
import qualified Text.Blaze.Html.Renderer.Text as LT
|
||||
import Text.Email.Validate
|
||||
import Stackage.Database
|
||||
|
||||
Loading…
Reference in New Issue
Block a user