#6053: packages in GHC should have different versions from hackage if the 
packages
differ
------------------------------+---------------------------------------------
 Reporter:  Lemming           |          Owner:                  
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Component:  libraries/unix  
  Version:  7.5               |       Keywords:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown      |       Testcase:                  
Blockedby:                    |       Blocking:                  
  Related:                    |  
------------------------------+---------------------------------------------
 I try to compile a package with many dependencies using GHC-7.5.20120426
 in order to check whether #5970 is resolved. This turns out to be
 difficult because this temporary GHC version seems to use packages with
 the same version as their counterparts on Hackage but different content.

 For example GHC-7.5.20120426 is bundled with unix-2.5.1.0 and
 bytestring-0.10.0.0. However the unix-2.5.1.0 on Hackage excludes
 bytestring-0.10.0.0. Thus cabal-install refuses to install something that
 depends on unix-2.5.1.0.

 Another example: Both GHC-7.4.1 and GHC-7.5.20120426 are bundled with
 base-4.5.0.0. However in GHC-7.5, Num is no longer superclass of Bits. I
 think such a change requires a version bump to base-4.6.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6053>
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