parsec3-numbers 0.0.6 → 0.1.0
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changes +3/−0
- parsec3-numbers.cabal +2/−1
+ changes view
@@ -0,0 +1,3 @@+0.1.0 add changes file (bumped major version number for the changes in 0.0.6)+0.0.6 added binFract and binFloat with the same exponent as hexFloat+0.0.5 allow p and P (new) in hexFloat for the exponent
parsec3-numbers.cabal view
@@ -1,5 +1,5 @@ name: parsec3-numbers-version: 0.0.6+version: 0.1.0 build-type: Simple cabal-version: >= 1.6 license: BSD3@@ -11,6 +11,7 @@ description: parsec3-numbers provides the number parsers independent from token parsers+extra-source-files: changes stability: experimental