[Haskell-cafe] Re: Compiling regex-posix-0.93.2 on windows

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Jan 15 17:35:59 EST 2009


On Thu, 2009-01-15 at 22:00 +0000, ChrisK wrote:
> Paulo: I suggest doing this more carefully.
> 
> Get the source from hackage.
> 
> Edit the regex-posix.cabal file to add the include and lib directories you need 
> on Cygwin.

I should note that you do not need to edit the .cabal file to do this.
As of Cabal-1.4 there are extra command line flags to configure (or
equivalently to cabal install)

--extra-include-dirs=dir --extra-lib-dirs=dir

Duncan



More information about the Haskell-Cafe mailing list