continued-fraction 0.1.0.4 → 0.1.0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- continued-fraction.cabal +3/−3
continued-fraction.cabal view
@@ -1,9 +1,9 @@ name: continued-fraction-version: 0.1.0.4+version: 0.1.0.5 synopsis: Types and functions for working with continued fractions in Haskell description: This package provides facilities for working with both continued fractions- and rational approximants. It uses lists internally, so it will probably- not be fast if you need large convergents.+ and rational approximants. It uses lists internally, so it may not be suitable+ if you need large convergents. homepage: https://hub.darcs.net/vmchale/continued-fraction#readme license: BSD3 license-file: LICENSE