[commit: haddock] wip/T11080-open-data-kinds: Fix incorrect import name (dae6c2e)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:43:36 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branch  : wip/T11080-open-data-kinds
Link       : http://git.haskell.org/haddock.git/commitdiff/dae6c2eafba4cd9ce40629f1e7fc341115851a6d

>---------------------------------------------------------------

commit dae6c2eafba4cd9ce40629f1e7fc341115851a6d
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Fri Jan 15 10:29:49 2016 +0100

    Fix incorrect import name


>---------------------------------------------------------------

dae6c2eafba4cd9ce40629f1e7fc341115851a6d
 haddock-api/src/Haddock/Convert.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haddock-api/src/Haddock/Convert.hs b/haddock-api/src/Haddock/Convert.hs
index f101025..a3b9fb2 100644
--- a/haddock-api/src/Haddock/Convert.hs
+++ b/haddock-api/src/Haddock/Convert.hs
@@ -17,7 +17,7 @@ module Haddock.Convert where
 -- instance heads, which aren't TyThings, so just export everything.
 
 import Bag ( emptyBag )
-import BasicTypes ( TupleSort(..), AllowedInTypes(..) )
+import BasicTypes ( TupleSort(..), AllowedInTerms(..) )
 import Class
 import CoAxiom
 import ConLike



More information about the ghc-commits mailing list