> 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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to