parsec-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
- parsec-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
parsec-numbers.cabal view
@@ -1,5 +1,5 @@ name: parsec-numbers-version: 0.0.6+version: 0.1.0 build-type: Simple cabal-version: >= 1.6 license: BSD3@@ -11,6 +11,7 @@ description: parsec-numbers provides the number parsers without the need to use a large (and unportable) token parser+extra-source-files: changes stability: experimental