fix data.functor exports
This commit is contained in:
+8
-1
@@ -12,8 +12,15 @@ category: Prelude
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
tested-with:
|
||||
GHC == 7.6.1,
|
||||
GHC == 7.6.2,
|
||||
GHC == 7.6.3,
|
||||
GHC == 7.8.0
|
||||
GHC == 7.8.1,
|
||||
GHC == 7.8.2,
|
||||
GHC == 7.8.3,
|
||||
GHC == 7.8.4,
|
||||
GHC == 7.10.1,
|
||||
GHC == 7.10.2,
|
||||
GHC == 7.10.3
|
||||
Bug-Reports: https://github.com/sdiehl/protolude/issues
|
||||
|
||||
|
||||
@@ -58,12 +58,6 @@ import Data.Foldable as X hiding (
|
||||
)
|
||||
import Data.Semiring as X
|
||||
import Data.Functor.Identity as X
|
||||
import Data.Functor as X (
|
||||
Functor(..)
|
||||
, ($>)
|
||||
, (<$>)
|
||||
, void
|
||||
)
|
||||
|
||||
-- Deepseq
|
||||
import Control.DeepSeq as X (
|
||||
|
||||
Reference in New Issue
Block a user