cf 0.4 → 0.4.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- cf.cabal +2/−2
cf.cabal view
@@ -1,5 +1,5 @@ name: cf-version: 0.4+version: 0.4.1 synopsis: Exact real arithmetic using continued fractions license: MIT license-file: LICENSE@@ -23,7 +23,7 @@ exposed-modules: Math.ContinuedFraction, Math.ContinuedFraction.Simple, Math.ContinuedFraction.Interval- build-depends: base >=4.7 && <4.8+ build-depends: base >= 4 && < 5 default-language: Haskell2010 test-suite tests