X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FPackedString.hs;h=d2998bdae76a13955cc0e846afd1bdb21ecb43be;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=cc5240eae9cb99b29e7fbc7561a08a21bbde4938;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=ghc-base.git diff --git a/Data/PackedString.hs b/Data/PackedString.hs index cc5240e..d2998bd 100644 --- a/Data/PackedString.hs +++ b/Data/PackedString.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.PackedString -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental @@ -10,7 +10,7 @@ -- -- The PackedString type, and associated operations. -- --- Original GHC implementation by Bryan O'Sullivan, +-- Original GHC implementation by Bryan O\'Sullivan, -- rewritten to use UArray by Simon Marlow. -- -----------------------------------------------------------------------------