Changeset 10107 for README

Show
Ignore:
Timestamp:
04/28/06 14:53:19 (3 years ago)
Author:
audreyt
Message:

* Data.FastPackedString? is now gone.
* Date.ByteString? joins us at third-party/.
* Pugs is now 2x faster on startup!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r10073 r10107  
    6666under a BSD-style license.  See src/UTF8.lhs. 
    6767 
    68 The "FastPackedString" subsystem is derived from Don Stewart et all's work, 
    69 under a BSD-style license.  See src/Data/FastPackedString.hs. 
    70  
    7168The "PArrows" subsystem is derived from Einar Karttunen's work, 
    7269under a BSD-style license.  See src/Text/Parser/PArrows.cabal. 
     70 
     71The "ByteString" subsystem is derived from Don Stewart et all's work, 
     72under a BSD-style license.  See third-party/fps/LICENSE. 
    7373 
    7474The "TextRegexLazy" subsystem is derived from Christopher Kuklewic's