-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
23prime
committed
Jan 9, 2019
1 parent
e6f4212
commit 22f3350
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,18 @@ cabal-version: 1.12 | |
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 42306c7e701aa08a17c47ca43bf9fbd7e2fe75d02307ea1e541f63998e126537 | ||
-- hash: 34d9968016b6527d432a5693a72564be6591109ce021dc22ece2b13083f75f00 | ||
|
||
name: oeis2 | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
synopsis: Interface for Online Encyclopedia of Integer Sequences (OEIS). | ||
description: Release notes is https://github.com/23prime/oeis2/releases | ||
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: [email protected] | ||
copyright: 2018 Taisuke Hikawa | ||
copyright: 2019 Taisuke Hikawa | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: oeis2 | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
github: "23prime/oeis2" | ||
license: BSD3 | ||
author: "Taisuke Hikawa" | ||
maintainer: "[email protected]" | ||
copyright: "2018 Taisuke Hikawa" | ||
copyright: "2019 Taisuke Hikawa" | ||
|
||
extra-source-files: | ||
- README.md | ||
|
||
synopsis: Interface for Online Encyclopedia of Integer Sequences (OEIS). | ||
category: Math | ||
|
||
description: Release notes is https://github.com/23prime/oeis2/releases | ||
description: Release notes are here https://github.com/23prime/oeis2/releases | ||
|
||
dependencies: | ||
- base >= 4.7 && < 5 | ||
|