packages feed

bytestring-lexing 0.4.3.2 → 0.4.3.3

raw patch · 6 files changed

+32/−32 lines, 6 files

Files

AUTHORS view
@@ -2,7 +2,7 @@  The bytestring-lexing package was originally written by Don Stewart and released under the terms in the LICENSE file. In January 2012-maintainership was taken over by wren ng thornton. I would also+maintainership was taken over by wren gayle romano. I would also like to give thanks to the following contributers:  Bryan O'Sullivan --- For adding support for parsing Doubles from
+ CHANGELOG view
@@ -0,0 +1,24 @@+0.4.3.1 (2014.03.07):+    - Updated the .cabal file to require newer alex for newer ghc.+0.4.3 (2013.03.21):+    - Data.ByteString.Lex.Integral: Corrected a segmentation fault in packDecimal.+0.4.2 (2013.03.20):+    - Data.ByteString.Lex.Integral: Improved packDecimal.+0.4.1 (2012.00.00):+    - Data.ByteString.Lex.Integral: Added buffer overflow check for asHexadecimal+0.4.0 (2012.02.03):+    - Data.ByteString.Lex.Integral: added readDecimal_++0.3.0 (2012.01.28):+    - Added Data.ByteString.Lex.Integral+    - Converted repo to Darcs-2 hashed format.+    - wren ng thornton took over maintainership.++0.2.1 (2010.02.14):+0.2 (2008.10.15):+    - Add support for lexing lazy bytestrings.++0.1.2 (2008.07.23):+0.1.0.2 (2008.07.23):+0.1.0.1 (2008.07.19):+0.1.0 (2008.07.19):
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) wren ng thornton 2012--2013; Don Stewart 2008, 2010+Copyright (c) wren gayle romano 2012--2013; Don Stewart 2008, 2010  All rights reserved. 
− VERSION
@@ -1,24 +0,0 @@-0.4.3.1 (2014.03.07):-    - Updated the .cabal file to require newer alex for newer ghc.-0.4.3 (2013.03.21):-    - Data.ByteString.Lex.Integral: Corrected a segmentation fault in packDecimal.-0.4.2 (2013.03.20):-    - Data.ByteString.Lex.Integral: Improved packDecimal.-0.4.1 (2012.00.00):-    - Data.ByteString.Lex.Integral: Added buffer overflow check for asHexadecimal-0.4.0 (2012.02.03):-    - Data.ByteString.Lex.Integral: added readDecimal_--0.3.0 (2012.01.28):-    - Added Data.ByteString.Lex.Integral-    - Converted repo to Darcs-2 hashed format.-    - wren ng thornton took over maintainership.--0.2.1 (2010.02.14):-0.2 (2008.10.15):-    - Add support for lexing lazy bytestrings.--0.1.2 (2008.07.23):-0.1.0.2 (2008.07.23):-0.1.0.1 (2008.07.19):-0.1.0 (2008.07.19):
bytestring-lexing.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30+-- wren gayle romano <wren@community.haskell.org>   ~ 2015.05.30 ----------------------------------------------------------------  -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -8,12 +8,12 @@ Build-Type:     Simple  Name:           bytestring-lexing-Version:        0.4.3.2+Version:        0.4.3.3 Stability:      provisional Homepage:       http://code.haskell.org/~wren/-Author:         wren ng thornton, Don Stewart+Author:         wren gayle romano, Don Stewart Maintainer:     wren@community.haskell.org-Copyright:      Copyright (c) 2012--2014 wren ng thornton, 2008--2011 Don Stewart+Copyright:      Copyright (c) 2012--2015 wren gayle romano, 2008--2011 Don Stewart License:        BSD3 License-File:   LICENSE @@ -29,7 +29,7 @@ Tested-With:     GHC ==6.8.2, GHC ==6.10.1, GHC ==6.12.1, GHC ==7.0.3, GHC ==7.6.1, GHC == 7.8.0 Extra-source-files:-    AUTHORS, README, VERSION+    AUTHORS, README, CHANGELOG Source-Repository head     Type:     darcs     Location: http://community.haskell.org/~wren/bytestring-lexing
src/Data/ByteString/Lex/Integral.hs view
@@ -3,7 +3,7 @@ --                                                    2013.03.21 -- | -- Module      :  Data.ByteString.Lex.Integral--- Copyright   :  Copyright (c) 2010--2013 wren ng thornton+-- Copyright   :  Copyright (c) 2010--2015 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  provisional