crackNum 3.3 → 3.4
raw patch · 2 files changed
+8/−2 lines, 2 files
Files
- CHANGES.md +7/−1
- crackNum.cabal +1/−1
CHANGES.md view
@@ -1,7 +1,13 @@ * Hackage: <http://hackage.haskell.org/package/crackNum> * GitHub: <http://github.com/LeventErkok/crackNum/> -* Latest Hackage released version: 3.2, 2021-06-30+* Latest Hackage released version: 3.4, 2023-04-14++### Version 3.4, 2023-04-14+ * Fix compilation in previous build++### Version 3.3, 2023-04-14+ * Allow compilation with newer versions of SBV ### Version 3.2, 2021-06-30
crackNum.cabal view
@@ -1,6 +1,6 @@ Cabal-version : 2.2 Name : crackNum-Version : 3.3+Version : 3.4 Synopsis : Crack various integer and floating-point data formats Description : Crack IEEE-754 float formats and arbitrary sized words and integers, showing the layout. .