text-format 0.3.0.5 → 0.3.0.6
raw patch · 9 files changed
+17/−17 lines, 9 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Text/Buildable.hs +1/−1
- Data/Text/Format.hs +1/−1
- Data/Text/Format/Functions.hs +1/−1
- Data/Text/Format/Int.hs +1/−1
- Data/Text/Format/Params.hs +1/−1
- Data/Text/Format/Types.hs +1/−1
- Data/Text/Format/Types/Internal.hs +1/−1
- README.markdown +4/−4
- text-format.cabal +6/−6
Data/Text/Buildable.hs view
@@ -5,7 +5,7 @@ -- Copyright : (c) 2011 MailRank, Inc. -- -- License : BSD-style--- Maintainer : bos@mailrank.com+-- Maintainer : bos@serpentine.com -- Stability : experimental -- Portability : GHC --
Data/Text/Format.hs view
@@ -5,7 +5,7 @@ -- Copyright : (c) 2011 MailRank, Inc. -- -- License : BSD-style--- Maintainer : bos@mailrank.com+-- Maintainer : bos@serpentine.com -- Stability : experimental -- Portability : GHC --
Data/Text/Format/Functions.hs view
@@ -5,7 +5,7 @@ -- Copyright : (c) 2011 MailRank, Inc. -- -- License : BSD-style--- Maintainer : bos@mailrank.com+-- Maintainer : bos@serpentine.com -- Stability : experimental -- Portability : GHC --
Data/Text/Format/Int.hs view
@@ -3,7 +3,7 @@ -- Module: Data.Text.Format.Int -- Copyright: (c) 2011 MailRank, Inc. -- License: BSD3--- Maintainer: Bryan O'Sullivan <bos@mailrank.com>+-- Maintainer: Bryan O'Sullivan <bos@serpentine.com> -- Stability: experimental -- Portability: portable --
Data/Text/Format/Params.hs view
@@ -3,7 +3,7 @@ -- Copyright : (c) 2011 MailRank, Inc. -- -- License : BSD-style--- Maintainer : bos@mailrank.com+-- Maintainer : bos@serpentine.com -- Stability : experimental -- Portability : GHC --
Data/Text/Format/Types.hs view
@@ -5,7 +5,7 @@ -- Copyright : (c) 2011 MailRank, Inc. -- -- License : BSD-style--- Maintainer : bos@mailrank.com+-- Maintainer : bos@serpentine.com -- Stability : experimental -- Portability : GHC --
Data/Text/Format/Types/Internal.hs view
@@ -5,7 +5,7 @@ -- Copyright : (c) 2011 MailRank, Inc. -- -- License : BSD-style--- Maintainer : bos@mailrank.com+-- Maintainer : bos@serpentine.com -- Stability : experimental -- Portability : GHC --
README.markdown view
@@ -9,11 +9,11 @@ and other improvements. Please report bugs via the-[github issue tracker](https://github.com/mailrank/text-format/issues).+[github issue tracker](https://github.com/bos/text-format/issues). -Master [git repository](https://github.com/mailrank/text-format):+Master [git repository](https://github.com/bos/text-format): -* `git clone git://github.com/mailrank/text-format.git`+* `git clone git://github.com/bos/text-format.git` There's also a [Mercurial mirror](https://bitbucket.org/bos/text-format): @@ -25,4 +25,4 @@ ------- This library is written and maintained by Bryan O'Sullivan,-<bos@mailrank.com>.+<bos@serpentine.com>.
text-format.cabal view
@@ -1,12 +1,12 @@ name: text-format-version: 0.3.0.5+version: 0.3.0.6 license: BSD3 license-file: LICENSE-homepage: https://github.com/mailrank/text-format-bug-reports: https://github.com/mailrank/text-format/issues+homepage: https://github.com/bos/text-format+bug-reports: https://github.com/bos/text-format/issues category: Text-author: Bryan O'Sullivan <bos@mailrank.com>-maintainer: Bryan O'Sullivan <bos@mailrank.com>+author: Bryan O'Sullivan <bos@serpentine.com>+maintainer: Bryan O'Sullivan <bos@serpentine.com> stability: experimental tested-with: GHC == 7.0.3 synopsis: Text formatting@@ -64,7 +64,7 @@ source-repository head type: git- location: https://github.com/mailrank/text-format+ location: https://github.com/bos/text-format source-repository head type: mercurial