On Mar 7, 2007, at 7:02 , Thomas Hartman wrote:

I'm having trouble building regex-pcre from

http://darcs.haskell.org/packages/regex-unstable/regex-pcre/

[EMAIL PROTECTED]:~/haskellInstalls/regex-pcre$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.6

First (after darcs pulling) it complained

[EMAIL PROTECTED]:~/haskellInstalls/regex-pcre$ sudo runghc
Setup.hs configure
Configuring regex-pcre-0.81...
.....
Setup.hs: cannot satisfy dependency fps>=0.7

The Cabal file is for ghc 6.4; in ghc 6.6 fps is part of base.

ghc-pkg unregister fps-0.8

edit the Cabal file and remove the fps dependency

rebuild regex-pcre

--
brandon s. allbery    [linux,solaris,freebsd,perl]     [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university    KF8NH



_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to