posit 2022.0.1.2 → 2022.0.1.3
raw patch · 3 files changed
+21/−18 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +14/−14
- posit.cabal +3/−2
- stack.yaml +4/−2
README.md view
@@ -1,4 +1,4 @@-# posit 2022.0.1.2+# posit 2022.0.1.3 The [Posit Standard 2022](https://posithub.org/docs/posit_standard-2.pdf), and [Posit Standard 3.2](https://posithub.org/docs/posit_standard.pdf), @@ -107,41 +107,41 @@ are below: Number of Accurate Bits `exp`:-+ Number of Accurate Bits `log`:-+ Number of Accurate Bits `sqrt`:-+ Number of Accurate Bits `sin`:-+ Number of Accurate Bits `cos`:-+ Number of Accurate Bits `asin`:-+ Number of Accurate Bits `acos`:-+ Number of Accurate Bits `atan`:-+ Number of Accurate Bits `sinh`:-+ Number of Accurate Bits `cosh`:-+ Number of Accurate Bits `asinh`:-+ Number of Accurate Bits `acosh`:-+ Number of Accurate Bits `atanh`:-+
posit.cabal view
@@ -1,7 +1,7 @@ cabal-version: 1.12 name: posit-version: 2022.0.1.2+version: 2022.0.1.3 description: The Posit Number format attempting to conform to the Posit Standard Versions 3.2 and 2022. Where Real numbers are approximated by `Maybe Rational` and sampled in a similar way to the projective real line. homepage: https://github.com/waivio/posit#readme bug-reports: https://github.com/waivio/posit/issues@@ -15,7 +15,8 @@ GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.7,- GHC == 9.4.4+ GHC == 9.4.4,+ GHC == 9.6.2 synopsis: Posit Numbers extra-source-files: README.md
stack.yaml view
@@ -1,8 +1,9 @@ # This file is attempting to maintain the working Liquid Haskell versions # that coorispond to a specific GHC or Stackage version -# resolver: nightly-2023-06-19 # ghc-9.4.5-resolver: lts-20.26 # ghc-9.2.8+# resolver: nightly-2023-06-26 # ghc-9.6.2+resolver: lts-21.0 # ghc-2.4.5+# resolver: lts-20.26 # ghc-9.2.8 # resolver: lts-19.33 # ghc-9.0.2 # resolver: lts-18.28 # ghc-8.10.7 # resolver: lts-18.6 # ghc-8.10.4 @@ -13,6 +14,7 @@ allow-newer: true extra-deps: # For Test+ - Chart-1.9.4 - Chart-cairo-1.9.3 - cairo-0.13.10.0 # For LiquidHaskell: