packages feed

oeis 0.3.4 → 0.3.5

raw patch · 2 files changed

+4/−8 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Math/OEIS.hs view
@@ -1,6 +1,3 @@--- | Interface to the Online Encyclopedia of Integer Sequences (OEIS). See--- <http://oeis.org/>.- module Math.OEIS   ( -- * Example usage     -- $sample
oeis.cabal view
@@ -1,5 +1,5 @@ name:         oeis-version:      0.3.4+version:      0.3.5 category:     Math stability:    experimental @@ -11,8 +11,7 @@  synopsis:     Interface to the Online Encyclopedia of Integer Sequences (OEIS) description:-  Interface to the Online Encyclopedia of Integer Sequences (OEIS). See-  <http://oeis.org/>.+  Interface to the <http://oeis.org/ Online Encyclopedia of Integer Sequences (OEIS)>.  cabal-version: >= 1.10 build-type:    Custom@@ -42,7 +41,7 @@    build-depends:     HTTP    == 4000.2.*,-    base    <  5,+    base    >= 3 && < 5,     network == 2.4.*  --------------------------------------------------------------------------------@@ -61,7 +60,7 @@    build-depends:     HUnit                == 1.2.*,-    base                 <  5,+    base                 >= 3 && < 5,     oeis                 == 0.3.*,     test-framework       == 0.8.*,     test-framework-hunit == 0.3.*