> If you type "ghc-pkg describe pcre-light", does it list > "/opt/local/lib" under the "library-dirs:" field? If not, that's most > likely your problem. Try unregistering the library and reinstalling > with: > > cabal install pcre-light --extra-include-dirs=/opt/local/include > --extra-lib-dirs=/opt/local/lib That worked! Thanks. John