packages feed

oeis 0.3.6 → 0.3.7

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~HTTPdep ~HUnitnew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: HTTP, HUnit

API changes (from Hackage documentation)

- Math.OEIS: author :: OEISSequence -> String
- Math.OEIS: catalogNums :: OEISSequence -> [String]
- Math.OEIS: comments :: OEISSequence -> [String]
- Math.OEIS: description :: OEISSequence -> String
- Math.OEIS: examples :: OEISSequence -> [String]
- Math.OEIS: extensions :: OEISSequence -> [String]
- Math.OEIS: firstGT1 :: OEISSequence -> Int
- Math.OEIS: formulas :: OEISSequence -> [String]
- Math.OEIS: keywords :: OEISSequence -> [Keyword]
- Math.OEIS: links :: OEISSequence -> [String]
- Math.OEIS: offset :: OEISSequence -> Int
- Math.OEIS: programs :: OEISSequence -> [(Language, String)]
- Math.OEIS: references :: OEISSequence -> [String]
- Math.OEIS: sequenceData :: OEISSequence -> SequenceData
- Math.OEIS: signedData :: OEISSequence -> SequenceData
- Math.OEIS: xrefs :: OEISSequence -> [String]
+ Math.OEIS: [author] :: OEISSequence -> String
+ Math.OEIS: [catalogNums] :: OEISSequence -> [String]
+ Math.OEIS: [comments] :: OEISSequence -> [String]
+ Math.OEIS: [description] :: OEISSequence -> String
+ Math.OEIS: [examples] :: OEISSequence -> [String]
+ Math.OEIS: [extensions] :: OEISSequence -> [String]
+ Math.OEIS: [firstGT1] :: OEISSequence -> Int
+ Math.OEIS: [formulas] :: OEISSequence -> [String]
+ Math.OEIS: [keywords] :: OEISSequence -> [Keyword]
+ Math.OEIS: [links] :: OEISSequence -> [String]
+ Math.OEIS: [offset] :: OEISSequence -> Int
+ Math.OEIS: [programs] :: OEISSequence -> [(Language, String)]
+ Math.OEIS: [references] :: OEISSequence -> [String]
+ Math.OEIS: [sequenceData] :: OEISSequence -> SequenceData
+ Math.OEIS: [signedData] :: OEISSequence -> SequenceData
+ Math.OEIS: [xrefs] :: OEISSequence -> [String]

Files

oeis.cabal view
@@ -1,5 +1,5 @@ name:         oeis-version:      0.3.6+version:      0.3.7 category:     Math stability:    experimental @@ -45,7 +45,7 @@     Math.OEIS.Types    build-depends:-    HTTP    == 4000.2.*,+    HTTP    >= 4000.2 && < 4000.4,     base    >= 3 && < 5    if flag(network-uri)@@ -68,7 +68,7 @@   main-is: Test.hs    build-depends:-    HUnit                == 1.2.*,+    HUnit                >= 1.2 && < 1.4,     base                 >= 3 && < 5,     oeis                 == 0.3.*,     test-framework       == 0.8.*,