From 27cb5570a7b66443e75066a8db1b9d656eb9915d Mon Sep 17 00:00:00 2001 From: "Marcus D. Gabriel" Date: Mon, 23 Mar 2020 17:48:33 +0100 Subject: [PATCH] The order in CHANGELOG.md is now descending. Added the missing stack.yaml file to the source distribution. --- CHANGELOG.md | 32 ++++++++++++++++---------------- scidb-hquery.cabal | 1 + 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de35f1f..e4f9485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,33 @@ # Revision history for scidb-hquery -## 2.8.0.429 -- 2019-07-06 - -* First packaged version of SciDB hquery released to git and cabal. - -## 2.8.0.431 -- 2019-07-06 +## 2.8.0.437 -- 2020-03-23 -* Ready to be uploaded to hackage. +* Added the --wait-on-stdin (-W) option to resolve issue #1. Removed the now unnecessary base-compat constraint given regex-1.0.*-r1. Removed extra 'import Crypto.Hash' line in UtilsUnsafe.hs. Corrected some small documentation issues. Updated the scidb-hquery.cabal and stack.yaml files and added a stack.yaml file. These changes did not change the primitive API of hquery. Tested lightly with SciDB 19.11 community edition. -## 2.8.0.432 -- 2019-07-08 +## 2.8.0.436 -- 2019-11-13 -* Corrected problems discovered with cabal candidate package 2.8.0.431. +* Added a base-compat constraint so that regex always compiles and added tested-with to the cabal file. Changed the stack resolver to lts-14.14. Small improvement in the documentation. -## 2.8.0.433 -- 2019-07-11 +## 2.8.0.435 -- 2019-07-27 -* Added README.md to extra-source-files. +* Now works with stack. ## 2.8.0.434 -- 2019-07-12 * Improved README.md and description documentation. -## 2.8.0.435 -- 2019-07-27 +## 2.8.0.433 -- 2019-07-11 -* Now works with stack. +* Added README.md to extra-source-files. -## 2.8.0.436 -- 2019-11-13 +## 2.8.0.432 -- 2019-07-08 -* Added a base-compat constraint so that regex always compiles and added tested-with to the cabal file. Changed the stack resolver to lts-14.14. Small improvement in the documentation. +* Corrected problems discovered with cabal candidate package 2.8.0.431. -## 2.8.0.437 -- 2020-03-23 +## 2.8.0.431 -- 2019-07-06 + +* Ready to be uploaded to hackage. -* Added the --wait-on-stdin (-W) option to resolve issue #1. Removed the now unnecessary base-compat constraint given regex-1.0.*-r1. Removed extra 'import Crypto.Hash' line in UtilsUnsafe.hs. Corrected some small documentation issues. Updated the scidb-hquery.cabal and stack.yaml files. These changes did not change the primitive API of hquery. Tested lightly with SciDB 19.11 community edition. +## 2.8.0.429 -- 2019-07-06 + +* First packaged version of SciDB hquery released to git and cabal. diff --git a/scidb-hquery.cabal b/scidb-hquery.cabal index c3551f5..c513f01 100644 --- a/scidb-hquery.cabal +++ b/scidb-hquery.cabal @@ -22,6 +22,7 @@ extra-source-files: CHANGELOG.md README.md src/SciDbAFL.cf + stack.yaml source-repository head type: git