convertible-text 0.3.0.8 → 0.3.0.9
raw patch · 9 files changed
+18/−18 lines, 9 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Convertible/Base.hs +2/−2
- Data/Convertible/Instances.hs +2/−2
- Data/Convertible/Instances/C.hs +2/−2
- Data/Convertible/Instances/Map.hs +2/−2
- Data/Convertible/Instances/Num.hs +2/−2
- Data/Convertible/Instances/Time.hs +2/−2
- Data/Convertible/Text.hs +2/−2
- Data/Convertible/Utils.hs +2/−2
- convertible-text.cabal +2/−2
Data/Convertible/Base.hs view
@@ -9,14 +9,14 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -} {- | Module : Data.Convertible.Base Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional
Data/Convertible/Instances.hs view
@@ -3,14 +3,14 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -} {- | Module : Data.Convertible.Instances Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional
Data/Convertible/Instances/C.hs view
@@ -5,7 +5,7 @@ {- | Module : Data.Convertible.Instances.C Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional@@ -18,7 +18,7 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -} module Data.Convertible.Instances.C() where
Data/Convertible/Instances/Map.hs view
@@ -3,7 +3,7 @@ {- | Module : Data.Convertible.Instances.Map Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional@@ -15,7 +15,7 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -}
Data/Convertible/Instances/Num.hs view
@@ -5,7 +5,7 @@ {- | Module : Data.Convertible.Instances.Num Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional@@ -17,7 +17,7 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE These instances perform conversion between numeric types such as Double, Int, Integer, Rational, and the like. Here are some notes about the conversion process:
Data/Convertible/Instances/Time.hs view
@@ -5,7 +5,7 @@ {- | Module : Data.ConvertAttempt.Instances.Time Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional@@ -21,7 +21,7 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -}
Data/Convertible/Text.hs view
@@ -3,14 +3,14 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -} {- | Module : Data.Convertible.Text Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional
Data/Convertible/Utils.hs view
@@ -5,14 +5,14 @@ All rights reserved. -For license and copyright information, see the file COPYRIGHT+For license and copyright information, see the file LICENSE -} {- | Module : Data.Convertible.Utils Copyright : Copyright (C) 2009 John Goerzen- License : LGPL+ License : BSD3 Maintainer : Michael Snoyman <michael@snoyman.com> Stability : provisional
convertible-text.cabal view
@@ -1,9 +1,9 @@ Name: convertible-text-Version: 0.3.0.8+Version: 0.3.0.9 License: BSD3 Maintainer: Michael Snoyman <michael@snoyman.com> Author: John Goerzen, Michael Snoyman-Copyright: Copyright (c) 2009-2009 John Goerzen+Copyright: Copyright (c) 2009-2009 John Goerzen, Copyright (c) 2010-2011 Michael Snoyman license-file: LICENSE extra-source-files: utils/genCinstances.hs homepage: http://github.com/snoyberg/convertible/tree/text