packages feed

oeis2-0.1.0: oeis2.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: dfea261a0cd8b7a597f5717df1093a6c7c1acf8250c469966c4c360b62652f15

name:           oeis2
version:        0.1.0
synopsis:       Interface for Online Encyclopedia of Integer Sequences (OEIS).
description:    Please see the README on GitHub at <https://github.com/23_prime/oeis2#readme>
category:       Math
homepage:       https://github.com/23_prime/oeis2#readme
bug-reports:    https://github.com/23_prime/oeis2/issues
author:         okkey
maintainer:     a23b23c23d23e@gmail.com
copyright:      2018 okkey
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/23_prime/oeis2

library
  exposed-modules:
      Math.OEIS
      Math.OEIS.Internal
      Math.OEIS.Types
  other-modules:
      Paths_oeis2
  hs-source-dirs:
      src
  build-depends:
      aeson >=1.3 && <1.5
    , base >=4.7 && <5
    , containers >=0.5 && <0.7
    , http-conduit >=2.3 && <2.4
    , lens >=4.16 && <4.18
    , lens-aeson >=1.0 && <1.1
    , text >=1.2 && <1.3
    , vector >=0.12 && <0.13
  default-language: Haskell2010

test-suite oeis2-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_oeis2
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , aeson >=1.3 && <1.5
    , base >=4.7 && <5
    , containers >=0.5 && <0.7
    , hspec
    , http-conduit >=2.3 && <2.4
    , lens >=4.16 && <4.18
    , lens-aeson >=1.0 && <1.1
    , oeis2
    , text >=1.2 && <1.3
    , vector >=0.12 && <0.13
  default-language: Haskell2010