Skip to content

Commit eba3287

Browse files
committed
update maintainers in haddocks
1 parent 64a2cff commit eba3287

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

Data/ByteString/Base64.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
-- Copyright : (c) 2010 Bryan O'Sullivan
99
--
1010
-- License : BSD-style
11-
-- Maintainer : [email protected]
11+
-- Maintainer : Emily Pillmore <[email protected]>,
12+
-- Herbert Valerio Riedel <[email protected]>,
13+
-- Mikhail Glushenkov <[email protected]>
1214
-- Stability : experimental
1315
-- Portability : GHC
1416
--
@@ -36,7 +38,7 @@ encode s = encodeWith Padded (mkEncodeTable alphabet) s
3638
-- the specification in
3739
-- <http://tools.ietf.org/rfc/rfc4648 RFC 4648>.
3840
--
39-
-- (Note: this means that even @"\n", "\r\n"@ as line breaks are rejected
41+
-- (Note: this means that even @"\\n"@ and @"\\r\\n"@ as line breaks are rejected
4042
-- rather than ignored. If you are using this in the context of a
4143
-- standard that overrules RFC 4648 such as HTTP multipart mime bodies,
4244
-- consider using 'decodeLenient'.)

Data/ByteString/Base64/Lazy.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
-- Copyright : (c) 2012 Ian Lynagh
99
--
1010
-- License : BSD-style
11-
-- Maintainer : [email protected]
11+
-- Maintainer : Emily Pillmore <[email protected]>,
12+
-- Herbert Valerio Riedel <[email protected]>,
13+
-- Mikhail Glushenkov <[email protected]>
1214
-- Stability : experimental
1315
-- Portability : GHC
1416
--

Data/ByteString/Base64/URL.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
-- Copyright : (c) 2012 Deian Stefan
99
--
1010
-- License : BSD-style
11-
-- Maintainer : [email protected]
11+
-- Maintainer : Emily Pillmore <[email protected]>,
12+
-- Herbert Valerio Riedel <[email protected]>,
13+
-- Mikhail Glushenkov <[email protected]>
1214
-- Stability : experimental
1315
-- Portability : GHC
1416
--

Data/ByteString/Base64/URL/Lazy.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
-- Copyright : (c) 2012 Ian Lynagh
99
--
1010
-- License : BSD-style
11-
-- Maintainer : [email protected]
11+
-- Maintainer : Emily Pillmore <[email protected]>,
12+
-- Herbert Valerio Riedel <[email protected]>,
13+
-- Mikhail Glushenkov <[email protected]>
1214
-- Stability : experimental
1315
-- Portability : GHC
1416
--

0 commit comments

Comments
 (0)