Name:           strings
Version:        1.0.2
Synopsis:       Functions for working with strings, including Text, ByteString, etc.
Description:    Functions for working with strings, including Text, ByteString, etc.               
                
License:        MIT
License-File:   LICENSE
Author:         Julian Fleischer <julian.fleischer@fu-berlin.de>
Maintainer:     Julian Fleischer <julian.fleischer@fu-berlin.de>
Build-Type:     Simple
Cabal-Version:  >= 1.6
Category:       Text, String, Utility
Stability:      provisional
Homepage:       http://hub.darcs.net/scravy/strings

Source-Repository head
    type: darcs
    location: hub.darcs.net:strings

Source-Repository head
    type: darcs
    location: hub.darcs.net:strings
    tag: v1.0.2

Library
    Exposed-Modules:    Data.Strings
    Build-Depends:      base >= 4 && < 5, bytestring >= 0.9 && < 0.11, text >= 0.10
    Hs-Source-Dirs:     src