diff --git a/README b/README index ef14f1364a5aa013b9bf3409eec5e41288bc8a66..21db3a7c3e5c00dcf4cf4ffd9004473d871b6b0b 100644 --- a/README +++ b/README @@ -31,5 +31,7 @@ Authors The base code for this library was originally written by Tom Harper, based on the stream fusion framework developed by Roman Leshchinskiy, -Duncan Coutts, and Don Stewart. The core library was fleshed out, -debugged, and tested by Bryan O'Sullivan. +Duncan Coutts, and Don Stewart. + +The core library was fleshed out, debugged, and tested by Bryan +O'Sullivan, and he is the current maintainer. diff --git a/text.cabal b/text.cabal index 07dc9bb38799b2b80110f8af8540d7ad640a0b25..c03cfac39b1dd9a4bfec43aecf92f803f537fb16 100644 --- a/text.cabal +++ b/text.cabal @@ -1,5 +1,5 @@ name: text -version: 0.3 +version: 0.4 synopsis: An efficient packed Unicode text type description: An efficient packed Unicode text type. license: BSD3