commit a60b4543840e4fa9f60fe2a8426b9f0f88c1e07f
parent 164031b9df13e4e8be572c103538fe3c437246d9
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 25 May 2020 19:25:43 +0400
Bump patch version.
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 1.3.3 (2020-05-25)
+ * Remove a warning-throwing import made redundant in newer GHCs.
+
- 1.3.0 (2016-12-22)
* Add 'chain' function for working with chains in memory.
diff --git a/hasty-hamiltonian.cabal b/hasty-hamiltonian.cabal
@@ -1,5 +1,5 @@
name: hasty-hamiltonian
-version: 1.3.2
+version: 1.3.3
synopsis: Speedy traversal through parameter space.
homepage: http://github.com/jtobin/hasty-hamiltonian
license: MIT
@@ -8,6 +8,7 @@ author: Jared Tobin
maintainer: jared@jtobin.ca
category: Numeric
build-type: Simple
+tested-with: GHC == 8.2.2, GHC == 8.8.3
cabal-version: >= 1.10
Description:
Gradient-based traversal through parameter space.