Skip to content

Commit

Permalink
Allow encoding of hexadecimal floats
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Apr 6, 2024
1 parent c60482d commit f0afa07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

* Latest Hackage released version: 3.10, 2024-03-01

### Version 3.11, 2024-04-05

* Allow for encoding of hexadecimal floats

### Version 3.10, 2024-03-01

* More relaxed parsing for verilog input format
Expand Down
4 changes: 2 additions & 2 deletions crackNum.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version : 2.2
Name : crackNum
Version : 3.10
Version : 3.11
Synopsis : Crack various integer and floating-point data formats
Description : Crack IEEE-754 float formats and arbitrary sized words and integers, showing the layout.
.
Expand All @@ -26,7 +26,7 @@ Executable crackNum
default-language: Haskell2010
hs-source-dirs : src
ghc-options : -Wall -Wunused-packages
build-depends : base >= 4.11 && < 5, libBF, ghc, sbv >= 10.5
build-depends : base >= 4.11 && < 5, libBF, ghc, sbv >= 10.9
, tasty, tasty-golden, filepath, directory, process, deepseq
other-modules : Paths_crackNum, CrackNum.TestSuite
autogen-modules : Paths_crackNum

0 comments on commit f0afa07

Please sign in to comment.