[Hackage] #281: Installing cabal-install 0.4.0: dependencies
problem with zlib
Hackage
trac at galois.com
Thu May 15 09:24:49 EDT 2008
#281: Installing cabal-install 0.4.0: dependencies problem with zlib
---------------------------------+------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: new
Priority: low | Milestone:
Component: cabal-install tool | Version: 1.2.3.0
Severity: normal | Keywords:
Difficulty: normal | Ghcversion: 6.8.2
Platform: Linux |
---------------------------------+------------------------------------------
cabal-install package 0.4.0 from hackage wants zlib (>=0.3)
Ok, zlib-0.4.0.4 from hackage installed:
{{{
% ghc-pkg list | grep zlib
Yampa-0.9.2, frag-1.1, zlib-0.4.0.4
}}}
But:
{{{
% runhaskell Setup.lhs configure -v3
Configuring cabal-install-0.4.0...
Creating dist (and its parents)
/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 -c /tmp/tmp27993.c -o /tmp/tmp27993.o
/usr/bin/ld -x -r /tmp/tmp27993.o -o /tmp/tmp27994.o
/usr/bin/ghc --supported-languages
Reading installed packages...
/usr/bin/ghc-pkg --global list
Setup.lhs: At least the following dependencies are missing:
zlib >=0.3
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/281>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list