Skip to content

Commit

Permalink
update maintainers in haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypi committed Nov 15, 2020
1 parent 64a2cff commit eba3287
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 4 additions & 2 deletions Data/ByteString/Base64.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
-- Copyright : (c) 2010 Bryan O'Sullivan
--
-- License : BSD-style
-- Maintainer : [email protected]
-- Maintainer : Emily Pillmore <[email protected]>,
-- Herbert Valerio Riedel <[email protected]>,
-- Mikhail Glushenkov <[email protected]>
-- Stability : experimental
-- Portability : GHC
--
Expand Down Expand Up @@ -36,7 +38,7 @@ encode s = encodeWith Padded (mkEncodeTable alphabet) s
-- the specification in
-- <http://tools.ietf.org/rfc/rfc4648 RFC 4648>.
--
-- (Note: this means that even @"\n", "\r\n"@ as line breaks are rejected
-- (Note: this means that even @"\\n"@ and @"\\r\\n"@ as line breaks are rejected
-- rather than ignored. If you are using this in the context of a
-- standard that overrules RFC 4648 such as HTTP multipart mime bodies,
-- consider using 'decodeLenient'.)
Expand Down
4 changes: 3 additions & 1 deletion Data/ByteString/Base64/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
-- Copyright : (c) 2012 Ian Lynagh
--
-- License : BSD-style
-- Maintainer : [email protected]
-- Maintainer : Emily Pillmore <[email protected]>,
-- Herbert Valerio Riedel <[email protected]>,
-- Mikhail Glushenkov <[email protected]>
-- Stability : experimental
-- Portability : GHC
--
Expand Down
4 changes: 3 additions & 1 deletion Data/ByteString/Base64/URL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
-- Copyright : (c) 2012 Deian Stefan
--
-- License : BSD-style
-- Maintainer : [email protected]
-- Maintainer : Emily Pillmore <[email protected]>,
-- Herbert Valerio Riedel <[email protected]>,
-- Mikhail Glushenkov <[email protected]>
-- Stability : experimental
-- Portability : GHC
--
Expand Down
4 changes: 3 additions & 1 deletion Data/ByteString/Base64/URL/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
-- Copyright : (c) 2012 Ian Lynagh
--
-- License : BSD-style
-- Maintainer : [email protected]
-- Maintainer : Emily Pillmore <[email protected]>,
-- Herbert Valerio Riedel <[email protected]>,
-- Mikhail Glushenkov <[email protected]>
-- Stability : experimental
-- Portability : GHC
--
Expand Down

0 comments on commit eba3287

Please sign in to comment.