[haskell-platform] #71: GHC panic on cabal install of darcs w/ Platform

haskell-platform haskell-platform at projects.haskell.org
Sat Jun 20 18:33:51 EDT 2009


#71: GHC panic on cabal install of darcs w/ Platform
-------------------------+--------------------------------------------------
 Reporter:  anonymous    |        Owner:  dons
     Type:  defect       |       Status:  new 
 Priority:  blocker      |    Milestone:      
Component:  Platform     |   Resolution:      
 Keywords:  OS X, darcs  |  
-------------------------+--------------------------------------------------
Comment (by dons):

 @gregorycollins

 As luck would have it, the generic unix source bundle already has a script
 to generate dependencies in topological order:

 {{{
 $ runhaskell Build.hs ../../haskell-platform.cabal z
 }}}

 Will generate z/platform.packages containing:

 {{{
 $ cat platform.packages
 mtl-1.1.0.2
 happy-1.18.4
 HUnit-1.2.0.3
 OpenGL-2.2.1.1
 GLUT-2.1.1.2
 QuickCheck-1.2.0.0
 alex-2.3.1
 editline-0.2.1.0
 haskell-src-1.0.1.3
 html-1.0.1.2
 fgl-5.4.2.2
 parallel-1.1.0.1
 parsec-2.1.0.1
 network-2.2.1.1
 HTTP-4000.0.6
 regex-base-0.72.0.2
 regex-posix-0.72.0.3
 regex-compat-0.71.0.1
 stm-2.1.1.2
 time-1.1.2.4
 xhtml-3000.2.0.1
 cgi-3001.1.7.1
 zlib-0.5.0.0
 cabal-install-0.6.2
 }}}

 So you can then install the in order. http://code.haskell.org/haskell-
 platform/src/generic/

-- 
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/71#comment:3>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries


More information about the Haskell-platform mailing list