[Haskell-cafe] ANN: Bugfixes for regex-posix and regex-pcre ByteString use

Thomas Hartman tphyahoo at gmail.com
Wed Mar 7 08:47:43 EST 2007


1)  Chris was correct, I wasn't pulling from unstable, but stable. My bad.

thartman at linodewhyou:~/haskellInstalls/regex-pcre$ darcs pull
Pulling from "http://darcs.haskell.org/packages/regex-pcre"...
No remote changes to pull in!

2) When I did as brandon suggested, it seems to have built ok.

thartman at linodewhyou:~/haskellInstalls/regex-pcre$ darcs whatsnew
{
hunk ./regex-pcre.cabal 22
-Build-Depends:          regex-base, base, fps >= 0.7
+Build-Depends:          regex-base, base
}

So, maybe this should be merged into the trunk.


2007/3/7, Brandon S. Allbery KF8NH <allbery at ece.cmu.edu>:
>
> 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/
> >
> > thartman at linodewhyou:~/haskellInstalls/regex-pcre$ ghc --version
> > The Glorious Glasgow Haskell Compilation System, version 6.6
> >
> > First (after darcs pulling) it complained
> >
> > thartman at linodewhyou:~/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]     allbery at kf8nh.com
> system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
> electrical and computer engineering, carnegie mellon university    KF8NH
>
>
>
>


More information about the Haskell-Cafe mailing list