[Git][ghc/ghc][wip/clc-86] qualified isn't always post

Melanie Brown (@mixphix) gitlab at gitlab.haskell.org
Thu Apr 20 15:13:25 UTC 2023



Melanie Brown pushed to branch wip/clc-86 at Glasgow Haskell Compiler / GHC


Commits:
1ab066c7 by Melanie Phoenix at 2023-04-20T11:13:22-04:00
qualified isn't always post

- - - - -


1 changed file:

- libraries/base/Control/Monad/Zip.hs


Changes:

=====================================
libraries/base/Control/Monad/Zip.hs
=====================================
@@ -20,7 +20,7 @@ module Control.Monad.Zip where
 
 import Control.Monad (liftM, liftM2)
 import Data.Functor.Identity
-import Data.Functor qualified
+import qualified Data.Functor
 import Data.Monoid
 import Data.Ord ( Down(..) )
 import Data.Proxy



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1ab066c7d8155967f6cd1309981b5dcde2efa2b8

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1ab066c7d8155967f6cd1309981b5dcde2efa2b8
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/477640c4/attachment-0001.html>


More information about the ghc-commits mailing list