[Haskell-cafe] Re: ByteString search code available in easy-to-digest form

Niko Korhonen niko.korhonen at gmail.com
Thu Nov 8 04:42:21 EST 2007


Bryan O'Sullivan wrote:
> Patches against the darcs repo welcome:
> 
>   darcs get http://darcs.serpentine.com/stringsearch
> 
> Credit to Justin Bailey, Daniel Fischer, and Chris Kuklewicz for their
> hard work.
> 
> (Currently only tested against GHC 6.6.1, FYI.)

Does not compile with GHC 6.8.1:

>runhaskell Setup.lhs build
Preprocessing library stringsearch-0.1.1...
Building stringsearch-0.1.1...

Data/ByteString/Search/BoyerMoore.hs:59:7:
    Could not find module `Data.Array.Unboxed':
      it is a member of package array-0.1.0.0, which is hidden



More information about the Haskell-Cafe mailing list