commit c2cfdf02892da515f8d03b2b6d608b2af4ac69fa
parent a60b4543840e4fa9f60fe2a8426b9f0f88c1e07f
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun, 21 Feb 2021 16:53:01 +0900
release: v1.3.4
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
 # Changelog
 
+- 1.3.4 (2021-02-21)
+    * Bump lens dependency to 5.0.0.
+
 - 1.3.3 (2020-05-25)
     * Remove a warning-throwing import made redundant in newer GHCs.
 
diff --git a/hasty-hamiltonian.cabal b/hasty-hamiltonian.cabal
@@ -1,5 +1,5 @@
 name:                hasty-hamiltonian
-version:             1.3.3
+version:             1.3.4
 synopsis:            Speedy traversal through parameter space.
 homepage:            http://github.com/jtobin/hasty-hamiltonian
 license:             MIT
@@ -55,7 +55,7 @@ library
     , kan-extensions   >= 5 && < 6
     , mcmc-types       >= 1.0.1
     , mwc-probability  >= 2.0 && < 3
-    , lens             >= 4 && < 5
+    , lens             >= 4 && < 6
     , pipes            >= 4 && < 5
     , primitive        >= 0.5 && < 1.0
     , transformers     >= 0.5 && < 1.0