FloatingHex 0.4 → 0.5
raw patch · 3 files changed
+6/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−1
- Data/Numbers/FloatingHex.hs +1/−1
- FloatingHex.cabal +1/−1
CHANGES.md view
@@ -1,7 +1,10 @@ * Hackage: <http://hackage.haskell.org/package/FloatingHex> * GitHub: <http://github.com/LeventErkok/FloatingHex/> -* Latest Hackage released version: 0.4, 2017-01-15+* Latest Hackage released version: 0.5, 2020-09-05++### Version 0.5, 2020-09-05+ * Changes to make it work with GHC 8.10.2 ### Version 0.4, 2017-01-15
Data/Numbers/FloatingHex.hs view
@@ -23,7 +23,7 @@ import Data.Char (toLower) import Data.Ratio ((%))-import Numeric (showHex, floatToDigits)+import Numeric (showHex) import GHC.Float import qualified Language.Haskell.TH.Syntax as TH
FloatingHex.cabal view
@@ -1,5 +1,5 @@ Name: FloatingHex-Version: 0.4+Version: 0.5 Synopsis: Read and write hexadecimal floating point numbers Description: Read and write hexadecimal floating point numbers. Provides a quasiquoter for entering hex-float literals, and a function for printing them in hexadecimal.