<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,14 @@
 {-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances #-}
--- | This module provides fast, validated encoding and decoding functions
---   between 'ByteString's and 'String's. It does not exactly match the
---   output of the Codec.Binary.UTF8.String output for invalid encodings
---   as the number of replacement characters is sometimes longer.
+--
+-- |
+-- Module      :  Codec.Binary.UTF8.Generic
+-- Copyright   :  (c) Iavor S. Diatchki 2009
+-- License     :  BSD3-style (see LICENSE)
+--
+-- Maintainer  :  emertens@galois.com
+-- Stability   :  experimental
+-- Portability :  portable
+--
 module Codec.Binary.UTF8.Generic
   ( UTF8Bytes(..)
   , decode</diff>
      <filename>Codec/Binary/UTF8/Generic.hs</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,14 @@
--- | This module provides fast, validated encoding and decoding functions
+--
+-- |
+-- Module      :  Data.ByteString.Lazy.UTF8
+-- Copyright   :  (c) Iavor S. Diatchki 2009
+-- License     :  BSD3-style (see LICENSE)
+--
+-- Maintainer  :  emertens@galois.com
+-- Stability   :  experimental
+-- Portability :  portable
+--
+--   This module provides fast, validated encoding and decoding functions
 --   between 'ByteString's and 'String's. It does not exactly match the
 --   output of the Codec.Binary.UTF8.String output for invalid encodings
 --   as the number of replacement characters is sometimes longer.</diff>
      <filename>Data/ByteString/Lazy/UTF8.hs</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,14 @@
--- | This module provides fast, validated encoding and decoding functions
+--
+-- |
+-- Module      :  Data.ByteString.UTF8
+-- Copyright   :  (c) Iavor S. Diatchki 2009
+-- License     :  BSD3-style (see LICENSE)
+--
+-- Maintainer  :  emertens@galois.com
+-- Stability   :  experimental
+-- Portability :  portable
+--
+--   This module provides fast, validated encoding and decoding functions
 --   between 'ByteString's and 'String's. It does not exactly match the
 --   output of the Codec.Binary.UTF8.String output for invalid encodings
 --   as the number of replacement characters is sometimes longer.</diff>
      <filename>Data/ByteString/UTF8.hs</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,13 @@
+--
+-- |
+-- Module      :  Data.String.UTF8
+-- Copyright   :  (c) Iavor S. Diatchki 2009
+-- License     :  BSD3-style (see LICENSE)
+--
+-- Maintainer  :  emertens@galois.com
+-- Stability   :  experimental
+-- Portability :  portable
+--
 {-# LANGUAGE MultiParamTypeClasses, UndecidableInstances #-}
 module Data.String.UTF8
   ( -- * Representation
@@ -35,7 +45,7 @@ import Prelude hiding (null,take,drop,span,break
 import qualified Codec.Binary.UTF8.Generic as G
 import Codec.Binary.UTF8.Generic (UTF8Bytes)
 
--- | The type of strngs that are represented using tthe UTF8 encoding.
+-- | The type of strngs that are represented using the UTF8 encoding.
 -- The parameters is the type of the container for the representation.
 newtype UTF8 string = Str string deriving (Eq,Ord)   -- XXX: Is this OK?
 </diff>
      <filename>Data/String/UTF8.hs</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,15 @@
+--
+-- |
+-- Module      :  System.Environment.UTF8
+-- Copyright   :  (c) Eric Mertens 2009
+-- License     :  BSD3-style (see LICENSE)
+--
+-- Maintainer:    emertens@galois.com
+-- Stability   :  experimental
+-- Portability :  portable
+--
+-- Support for UTF-8 based environment manipulation
+--
 module System.Environment.UTF8
   (getArgs, getProgName, getEnv, withArgs, withProgName, getEnvironment)
   where</diff>
      <filename>System/Environment/UTF8.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6c1ad94816dc3c4d139cce46e93a9721d05e2a2</id>
    </parent>
  </parents>
  <author>
    <name>Eric Mertens</name>
    <email>emertens@galois.com</email>
  </author>
  <url>http://github.com/glguy/utf8-string/commit/f8d8d70e60d70bd4fe9c1afec76b27df36e25298</url>
  <id>f8d8d70e60d70bd4fe9c1afec76b27df36e25298</id>
  <committed-date>2009-06-12T08:53:35-07:00</committed-date>
  <authored-date>2009-06-12T08:53:35-07:00</authored-date>
  <message>Supply missing headers for source files</message>
  <tree>f275025126447e0353aa2e9c320beae3cf2ee6bc</tree>
  <committer>
    <name>Eric Mertens</name>
    <email>emertens@galois.com</email>
  </committer>
</commit>
