[Hackage] #439: cabal install: dependency on ghc-prim?
#439: cabal install: dependency on ghc-prim? ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.8.2 Platform: Linux | ---------------------------------+------------------------------------------ Using cabal install 0.6.1 with GHC 6.8.2 and Cabal 1.6. This might be a alson@li5-178:~/tmp3/cabal-install_1$ cabal configure Configuring cabal-install-0.6.1... alson@li5-178:~/tmp3/cabal-install_1$ cabal install -v /usr/bin/ghc --numeric-version looking for package tool: ghc-pkg near compiler in /usr/bin found package tool in /usr/bin/ghc-pkg /usr/bin/ghc-pkg --version /usr/bin/ghc --supported-languages - Alson at AlsonKemp.com Reading installed packages... /usr/bin/ghc-pkg list Reading available packages... Resolving dependencies... cabal: There is no installed version of ghc-prim -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/439> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#439: cabal install: dependency on ghc-prim? ---------------------------------+------------------------------------------ Reporter: guest | Owner: duncan Type: defect | Status: assigned Priority: normal | Milestone: Component: cabal-install tool | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: Linux ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => assigned * owner: => duncan Comment: It's a bug in the darcs version when used with ghc 6.8 and older. Use the latest released version of cabal-install as a workaround for now. -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/439#comment:1> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#439: cabal install: dependency on ghc-prim? ---------------------------------+------------------------------------------ Reporter: guest | Owner: duncan Type: defect | Status: assigned Priority: normal | Milestone: Component: cabal-install tool | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: Linux ---------------------------------+------------------------------------------ Old description:
Using cabal install 0.6.1 with GHC 6.8.2 and Cabal 1.6. This might be a
alson@li5-178:~/tmp3/cabal-install_1$ cabal configure Configuring cabal-install-0.6.1...
alson@li5-178:~/tmp3/cabal-install_1$ cabal install -v /usr/bin/ghc --numeric-version looking for package tool: ghc-pkg near compiler in /usr/bin found package tool in /usr/bin/ghc-pkg /usr/bin/ghc-pkg --version /usr/bin/ghc --supported-languages
- Alson at AlsonKemp.com Reading installed packages... /usr/bin/ghc-pkg list Reading available packages... Resolving dependencies... cabal: There is no installed version of ghc-prim
New description: Using cabal install 0.6.1 with GHC 6.8.2 and Cabal 1.6. This might be a {{{ alson@li5-178:~/tmp3/cabal-install_1$ cabal configure Configuring cabal-install-0.6.1... alson@li5-178:~/tmp3/cabal-install_1$ cabal install -v /usr/bin/ghc --numeric-version looking for package tool: ghc-pkg near compiler in /usr/bin found package tool in /usr/bin/ghc-pkg /usr/bin/ghc-pkg --version /usr/bin/ghc --supported-languages Reading installed packages... /usr/bin/ghc-pkg list Reading available packages... Resolving dependencies... cabal: There is no installed version of ghc-prim }}} Alson at AlsonKemp.com -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/439#comment:2> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#439: cabal install: dependency on ghc-prim? ---------------------------------+------------------------------------------ Reporter: guest | Owner: duncan Type: defect | Status: assigned Priority: normal | Milestone: cabal-install-0.6 Component: cabal-install tool | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: Linux ---------------------------------+------------------------------------------ Changes (by duncan): * milestone: => cabal-install-0.6 -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/439#comment:3> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
#439: cabal install: dependency on ghc-prim? ---------------------------------+------------------------------------------ Reporter: guest | Owner: duncan Type: defect | Status: closed Priority: normal | Milestone: cabal-install-0.6 Component: cabal-install tool | Version: Severity: normal | Resolution: fixed Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: Linux ---------------------------------+------------------------------------------ Changes (by duncan): * status: assigned => closed * resolution: => fixed Comment: {{{ Wed Jan 14 14:35:40 GMT 2009 Duncan Coutts <duncan@haskell.org> * Don't add installed constraints system packages that are not installed In particular fixes a problem (ticket #439) where we required the installed version of ghc-prim with compilers that do not have that package such as ghc-6.8 and older, hugs, nhc, lhc etc. }}} -- Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/439#comment:4> Hackage <http://haskell.org/cabal/> Hackage: Cabal and related projects
participants (1)
-
Hackage