Skip to content

Commit

Permalink
Update from Hackage at 2019-01-09T00:52:23Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 9, 2019
1 parent bd26458 commit 532efaf
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
69 changes: 69 additions & 0 deletions oeis2/1.0.1/oeis2.cabal
@@ -0,0 +1,69 @@
cabal-version: 1.12

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

name: oeis2
version: 1.0.1
synopsis: Interface for Online Encyclopedia of Integer Sequences (OEIS).
description: Release notes are here https://github.com/23prime/oeis2/releases
category: Math
homepage: https://github.com/23prime/oeis2#readme
bug-reports: https://github.com/23prime/oeis2/issues
author: Taisuke Hikawa
maintainer: a23b23c23d23e@gmail.com
copyright: 2019 Taisuke Hikawa
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/23prime/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
1 change: 1 addition & 0 deletions oeis2/1.0.1/oeis2.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"951753f6f8d39fee6e5c4b9511d0e789","Skein512_512":"b37070dbb9d817c1b2625d20394190a455716f8d1545a32e99e2bdb29e7d405d796824529a99d702d43ec75708c14eba05ad931acf6323eb1a87936ad0a8c931","SHA1":"a8513c51d9e96df4aaff609dd798a454b0a10222","SHA512":"d75bd7ec28644d9cabad88ee088fb5d865dcb256f5b912f32cc3df7c49250c3b21a7a9ab2052d9a323c9c19f565e765786fa3a1f2aec6a69e96e0352076bda8e","SHA256":"6e4982b18886e954c5ecfc7c0602d057f9e6692401b7937724d821b86998806f"},"package-locations":["https://hackage.haskell.org/package/oeis2-1.0.1/oeis2-1.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/oeis2-1.0.1.tar.gz"],"package-size":7070}

0 comments on commit 532efaf

Please sign in to comment.