[Git][ghc/ghc][wip/clc-86] add qualified Data.Functor import
Melanie Brown (@mixphix)
gitlab at gitlab.haskell.org
Thu Apr 20 11:37:04 UTC 2023
Melanie Brown pushed to branch wip/clc-86 at Glasgow Haskell Compiler / GHC
Commits:
fdf0efb4 by Melanie Phoenix at 2023-04-20T07:37:01-04:00
add qualified Data.Functor import
- - - - -
1 changed file:
- libraries/base/Control/Monad/Zip.hs
Changes:
=====================================
libraries/base/Control/Monad/Zip.hs
=====================================
@@ -20,6 +20,7 @@ module Control.Monad.Zip where
import Control.Monad (liftM, liftM2)
import Data.Functor.Identity
+import Data.Functor qualified
import Data.Monoid
import Data.Ord ( Down(..) )
import Data.Proxy
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fdf0efb47723253029c9ee0aa82a840dbbeb02b9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fdf0efb47723253029c9ee0aa82a840dbbeb02b9
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230420/eee868ff/attachment.html>
More information about the ghc-commits
mailing list