-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.yaml
41 lines (35 loc) · 986 Bytes
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: oeis2
version: 1.0.9
github: "23prime/oeis2"
license: BSD3
author: "Taisuke Hikawa"
maintainer: "[email protected]"
copyright: "2019 Taisuke Hikawa"
extra-source-files:
- README.md
synopsis: Interface for Online Encyclopedia of Integer Sequences (OEIS).
category: Math
description: Release notes are here https://github.com/23prime/oeis2/releases
dependencies:
- base >= 4.17 && < 5
- text >= 2 && < 3
- vector >= 0.13 && < 0.14
- aeson >= 2 && < 3
- containers >= 0.5 && < 0.8
- lens >= 4.15 && < 6
- lens-aeson >= 1.2 && < 2
- http-conduit >= 2.2 && < 3
library:
source-dirs: src
tests:
oeis2-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- oeis2
- hspec
- QuickCheck