Cabal bug
Simon Peyton-Jones
simonpj at microsoft.com
Fri Dec 3 17:34:44 EST 2004
I've looked and I can't see any definitions *anywhere* for these
functions. How it compiles for me at work I have no idea.
Simon
../../ghc/compiler/ghc-inplace -H32m -O0 -W -fno-warn-unused-matches
-fwarn-unused-imports -ignore-package Cabal -O -dcore-lint -W
-fno-warn-unused-matches -fwarn-unused-imports -keep-hc-files -package
base -package mtl -c Distribution/PackageDescription.hs -o
Distribution/PackageDescription.o -ohi
Distribution/PackageDescription.hi
Distribution/PackageDescription.hs:260:50: Not in scope:
`parseTestedWith'
Distribution/PackageDescription.hs:271:46: Not in scope: `parseFilePath'
Distribution/PackageDescription.hs:281:46: Not in scope:
`parseModuleName'
Distribution/PackageDescription.hs:284:46: Not in scope:
`parseModuleName'
Distribution/PackageDescription.hs:287:46: Not in scope: `parseFilePath'
Distribution/PackageDescription.hs:290:46: Not in scope:
`parseExtension'
Distribution/PackageDescription.hs:293:46: Not in scope: `parseLibName'
Distribution/PackageDescription.hs:296:46: Not in scope: `parseFilePath'
Distribution/PackageDescription.hs:299:46: Not in scope: `parseFilePath'
Distribution/PackageDescription.hs:302:46: Not in scope: `parseFilePath'
make: *** [Distribution/PackageDescription.o] Error 1
sh-2.04$
More information about the Cvs-ghc
mailing list