#7024: Problems with polymorphic kinds imported from module
---------------------------------+------------------------------------------
    Reporter:  goldfire          |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  normal            |   Milestone:                  
   Component:  Compiler          |     Version:  7.5             
    Keywords:  PolyKinds         |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by goldfire):

 I ran into those two problems as well with the recent version of GHC, but
 I thought the problems were local. Here are the fixes I used (package
 maintainers already notified):

  * For the syb problem, change syb.cabal to allow a greater range of
 version numbers for the base package. I changed my file to allow {{{base
 >= 4.0 && < 5.0}}} and it worked.
  * For the mtl package, you'll need to edit Control/Monad/Error/Class.hs.
 Add {{{catch}}} to the import list from {{{Control.Exception}}} on line
 55.

 I believe these were the only package-related problems I had, so these
 fixes should allow you to proceed.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7024#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to