On Thu, Aug 4, 2011 at 1:17 PM, Matthias Kilian <k...@outback.escape.de> wrote: > On Thu, Aug 04, 2011 at 09:07:56PM +0200, Matthias Kilian wrote: >> Are only the interpreter variants failing (ghci, runghc, runhaskell)? > > Also, please check wether you have anything suspicious in ~/.ghc > and/or ~/.ghci, and that you're running the ghc, ghci, runghc, > runhaskell from /usr/local/bin. >
This was it! I moved ~/.ghc to ~/ghc.dot and everything now works. The only thing in ~/.ghc is ghci_history and i386-openbsd-6.12.3/package.conf.d . Inside of package.conf.d I have these files: HTTP-4000.1.1-13ee4e1661260696826324a010d0e955.conf ObjectName-1.0.0.0-7c6857e079b95ad65654048215c25d06.conf StateVar-1.0.0.0-139ecd0b156732ed96ac61c28dfdb582.conf Tensor-1.0.0.1-930b0fb25d200810825391dfb3afecea.conf WAVE-0.1.1-e4a66b10753ff8ac9788b0efc0d00445.conf network-2.3.0.2-df6a96ca9a98dbb65fd16602b4c9280e.conf package.cache parsec-2.1.0.1-f26e9753ada18cd24f4940b3e7cdcb3c.conf zlib-0.5.3.1-06ed6fd01b5993d4dd1a440dde8b93c4.conf I recognize WAVE as a cabal module I installed. I completely forgot to update cabal. Doing that now. I saved .ghc, though. Do you want that? Again, thank you SO much for the help! Anything else you want me to do? > Ciao, > Kili >