
I needed to apply the follow patch to packedstring to install it with ghc-6.12.1 and cabal-install-0.8.0 on my machine: diff -u packedstring-0.1.0.1/packedstring.cabal\~ packedstring-0.1.0.1/packedstring.cabal --- packedstring-0.1.0.1/packedstring.cabal~ 2010-01-17 16:23:32.000000000 +1000 +++ packedstring-0.1.0.1/packedstring.cabal 2010-01-17 19:18:15.000000000 +1000 @@ -9,7 +9,7 @@ (Deprecated) Packed Strings. build-type: Simple Library - build-depends: base, array + build-depends: base >=4, array exposed-modules: Data.PackedString extensions: CPP (sorry gmail is probably going to mess I the patch header) Jens

On Sun, Jan 17, 2010 at 07:33:12PM +1000, Jens Petersen wrote:
I needed to apply the follow patch to packedstring to install it with ghc-6.12.1 and cabal-install-0.8.0 on my machine:
I've applied the patch to the repo here: http://darcs.haskell.org/old-from-monk/packedstring/ but I think packedstring is now unmaintained. Thanks Ian

I needed to apply the follow patch to packedstring to install it with ghc-6.12.1 and cabal-install-0.8.0 on my machine:
I've applied the patch to the repo here: http://darcs.haskell.org/old-from-monk/packedstring/ but I think packedstring is now unmaintained.
I hereby volunteer to adopt maintainership of packedstring. The new location of its darcs repo is: http://www.cs.york.ac.uk/fp/darcs/packedstring (although at some later point I may move it to code.haskell.org). Regards, Malcolm
participants (3)
-
Ian Lynagh
-
Jens Petersen
-
Malcolm Wallace