oeis 0.3.8 → 0.3.9
raw patch · 2 files changed
+11/−7 lines, 2 filesdep ~HUnitbuild-type:Customsetup-changed
Dependency ranges changed: HUnit
Files
- Setup.hs +5/−1
- oeis.cabal +6/−6
Setup.hs view
@@ -1,2 +1,6 @@-import Distribution.Simple+module Main (main) where++import Distribution.Simple (defaultMain)++main :: IO () main = defaultMain
oeis.cabal view
@@ -1,10 +1,10 @@ name: oeis-version: 0.3.8+version: 0.3.9 category: Math stability: experimental author: Brent Yorgey-maintainer: Bartosz Nitka <niteria@gmail.com>+maintainer: Brian Lewis <brian@lorf.org> license: BSD3 license-file: LICENSE@@ -14,11 +14,11 @@ Interface to the <http://oeis.org/ Online Encyclopedia of Integer Sequences (OEIS)>. cabal-version: >= 1.10-build-type: Simple+build-type: Custom tested-with: GHC==7.8.4, GHC==7.10.3,- GHC==8.0.1+ GHC==8.0.2 -------------------------------------------------------------------------------- @@ -72,7 +72,7 @@ main-is: Test.hs build-depends:- HUnit >= 1.2 && < 1.6,+ HUnit >= 1.2 && < 1.7, base >= 3 && < 5, oeis == 0.3.*, test-framework == 0.8.*,@@ -82,4 +82,4 @@ source-repository head type: git- location: git://github.com/niteria/oeis.git+ location: git://github.com/bsl/oeis.git