oeis 0.3.7 → 0.3.8
raw patch · 3 files changed
+13/−11 lines, 3 filesdep ~HUnitsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- README.md +2/−0
- Setup.hs +1/−5
- oeis.cabal +10/−6
README.md view
@@ -1,4 +1,6 @@ `Math.OEIS` is a library module for interfacing with the [Online Encyclopedia of Integer Sequences][1]. +[](https://travis-ci.org/niteria/oeis)+ [1]: http://oeis.org/
Setup.hs view
@@ -1,6 +1,2 @@-module Main (main) where--import Distribution.Simple (defaultMain)--main :: IO ()+import Distribution.Simple main = defaultMain
oeis.cabal view
@@ -1,10 +1,10 @@ name: oeis-version: 0.3.7+version: 0.3.8 category: Math stability: experimental author: Brent Yorgey-maintainer: Brian Lewis <brian@lorf.org>+maintainer: Bartosz Nitka <niteria@gmail.com> license: BSD3 license-file: LICENSE@@ -14,7 +14,11 @@ Interface to the <http://oeis.org/ Online Encyclopedia of Integer Sequences (OEIS)>. cabal-version: >= 1.10-build-type: Custom+build-type: Simple+tested-with:+ GHC==7.8.4,+ GHC==7.10.3,+ GHC==8.0.1 -------------------------------------------------------------------------------- @@ -68,7 +72,7 @@ main-is: Test.hs build-depends:- HUnit >= 1.2 && < 1.4,+ HUnit >= 1.2 && < 1.6, base >= 3 && < 5, oeis == 0.3.*, test-framework == 0.8.*,@@ -77,5 +81,5 @@ -------------------------------------------------------------------------------- source-repository head- type: git- location: git://github.com/bsl/oeis.git+ type: git+ location: git://github.com/niteria/oeis.git