6 Dec 11:33
Cabal, System.Filepath
From: Peter Gammie <peteg42 <at> gmail.com>
Subject: Cabal, System.Filepath
Newsgroups: gmane.comp.lang.haskell.libraries
Date: 2007-12-06 10:35:48 GMT
Subject: Cabal, System.Filepath
Newsgroups: gmane.comp.lang.haskell.libraries
Date: 2007-12-06 10:35:48 GMT
To my surprise, if you type ^C at the right moment you can trash GHC's (system-wide) package list. I figured it was easier to reinstall than fix, but forgot Debian installs GHC 6.6 if I don't ask for "unstable". So, let's get Cabal on its feet again: $ ghc --version The Glorious Glasgow Haskell Compilation System, version 6.6 $ darcs pull Pulling from "http://darcs.haskell.org/cabal"... No remote changes to pull in! $ ghc -i. --make Setup.lhs -o setup Distribution/Simple.hs:114:7: Could not find module `System.FilePath': Use -v to see a list of the files searched for. Can I humbly suggest that Cabal rely on very few external libraries? (I'm switching to 6.6.1 as I type this.) cheers peter
RSS Feed