crackNum 1.2 → 1.3
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~data-binary-ieee754PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: data-binary-ieee754
API changes (from Hackage documentation)
Files
- CHANGES.md +6/−2
- crackNum.cabal +3/−1
CHANGES.md view
@@ -1,7 +1,11 @@ * Hackage: <http://hackage.haskell.org/package/crackNum>-* GitHub: <http://leventerkok.github.com/crackNum/>+* GitHub: <http://github.com/LeventErkok/crackNum/> -* Latest Hackage released version: 1.2, 2015-04-11+* Latest Hackage released version: 1.3, 2015-04-11++### Version 1.3, 2015-04-11+ + * Fix docs, github location ### Version 1.2, 2015-04-11
crackNum.cabal view
@@ -1,7 +1,9 @@ Name: crackNum-Version: 1.2+Version: 1.3 Synopsis: Crack various integer, floating-point data formats Description: Crack HP, SP and DP floats and 8, 16, 32, 64 bit words and integers.+ .+ For details, please see: <http://github.com/LeventErkok/crackNum/> License: BSD3 License-file: LICENSE Author: Levent Erkok