fixed 0.1 → 0.1.0.1
raw patch · 3 files changed
+6/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- .travis.yml +0/−2
- CHANGELOG.markdown +4/−0
- fixed.cabal +2/−2
.travis.yml view
@@ -1,8 +1,6 @@ language: haskell env:- - GHCVER=7.4.2- - GHCVER=7.6.3 - GHCVER=7.8.3 - GHCVER=head
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.1.0.1+-------+* Change `tested-with` to admit the support window is only 7.8+ at this point due to the use of `Data.Coerce`+ 0.1 --- * Initial release
fixed.cabal view
@@ -1,6 +1,6 @@ name: fixed category: Numeric-version: 0.1+version: 0.1.0.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -11,7 +11,7 @@ bug-reports: http://github.com/ekmett/fixed/issues copyright: Copyright (C) 2014 Edward A. Kmett build-type: Simple-tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.3+tested-with: GHC == 7.8.3 synopsis: Signed 15.16 precision fixed point arithmetic description: Signed 15.16 precision fixed point arithmetic