From 22f335015dfa849019a7f8d102926399cdf48c72 Mon Sep 17 00:00:00 2001 From: 23prime Date: Wed, 9 Jan 2019 09:43:52 +0900 Subject: [PATCH] Release v1.0.1 --- oeis2.cabal | 8 ++++---- package.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/oeis2.cabal b/oeis2.cabal index 4c78383..1171cc2 100644 --- a/oeis2.cabal +++ b/oeis2.cabal @@ -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: a23b23c23d23e@gmail.com -copyright: 2018 Taisuke Hikawa +copyright: 2019 Taisuke Hikawa license: BSD3 license-file: LICENSE build-type: Simple diff --git a/package.yaml b/package.yaml index 3573529..fa57c14 100644 --- a/package.yaml +++ b/package.yaml @@ -1,10 +1,10 @@ name: oeis2 -version: 1.0.0 +version: 1.0.1 github: "23prime/oeis2" license: BSD3 author: "Taisuke Hikawa" maintainer: "a23b23c23d23e@gmail.com" -copyright: "2018 Taisuke Hikawa" +copyright: "2019 Taisuke Hikawa" extra-source-files: - README.md @@ -12,7 +12,7 @@ extra-source-files: 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