From cff538114d8dd3f852bc6a586c58e9146098435d Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sat, 9 Apr 2016 15:34:30 -0400 Subject: [PATCH] fix data.functor exports --- protolude.cabal | 9 ++++++++- src/Protolude.hs | 6 ------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/protolude.cabal b/protolude.cabal index 56b1d6e82..7c0a233da 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -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 diff --git a/src/Protolude.hs b/src/Protolude.hs index 23ed3f91f..b7222a193 100644 --- a/src/Protolude.hs +++ b/src/Protolude.hs @@ -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 (