oeis-0.3.3: oeis.cabal
name: oeis
version: 0.3.3
category: Math
stability: experimental
author: Brent Yorgey
maintainer: Brian Lewis <brian@lorf.org>
license: BSD3
license-file: LICENSE
synopsis: Interface to the Online Encyclopedia of Integer Sequences (OEIS)
description:
Interface to the Online Encyclopedia of Integer Sequences (OEIS). See
<http://oeis.org/>.
cabal-version: >= 1.10
build-type: Custom
--------------------------------------------------------------------------------
extra-source-files:
README.md
test/data/id_rsp.txt
test/data/seq_rsp.txt
--------------------------------------------------------------------------------
library
default-language: Haskell2010
ghc-options: -Wall -O2
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
exposed-modules:
Math.OEIS
Math.OEIS.Internal
other-modules:
Math.OEIS.Types
build-depends:
HTTP == 4000.2.*,
base < 5,
network == 2.4.*
--------------------------------------------------------------------------------
test-suite main
default-language: Haskell2010
ghc-options: -Wall -O2
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
type: exitcode-stdio-1.0
hs-source-dirs:
test
main-is: Test.hs
build-depends:
HUnit == 1.2.*,
base < 5,
oeis == 0.3.*,
test-framework == 0.8.*,
test-framework-hunit == 0.3.*
--------------------------------------------------------------------------------
source-repository head
type: git
location: git://github.com/bsl/oeis.git