RE: testing current 6-4-branch

On 15 June 2005 11:23, Serge D. Mechveliani wrote:
I am trying to do the following.
(1) to install the current GHC of 6.4 branch from CVS with ghc-6.4 for recent Debian Linux.
(2) To test how ghc-current understands the field `hs-source-dirs' in a package for multiple subdirectories (is `hs-source-dirs' in the current GHC ?), and to test module name clash resolution between the packages.
The GHC 6.4 branch does not have hs-source-dirs. You need to checkout the HEAD to get it (but bear in mind that the HEAD is likely to be more unstable than the 6.4 branch). Cheers, Simon

The GHC 6.4 branch does not have hs-source-dirs. You need to checkout the HEAD to get it (but bear in mind that the HEAD is likely to be more unstable than the 6.4 branch).
Or instead of using unstable ghc branch you can try using unstable cabal (1.0.1): darcs get http://cvs.haskell.org/darcs/cabal make install ghc-pkg unregister Cabal-1.0 Hope this helps, Pavel.
participants (2)
-
Pavel Zolnikov
-
Simon Marlow