commit a8b96498417ddb9bcdfb96484b2b4f8bab72af34
parent 94c6e6a1acad9ac3e32c70d0d5efdd72ca980e0a
Author: Jared Tobin <jared@jtobin.ca>
Date: Fri, 9 Oct 2015 18:36:20 +1300
Tighten bounds, version bump.
Diffstat:
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -23,3 +23,4 @@ debug
test/Beale
test/Booth
test/Rosenbrock
+examples
diff --git a/CHANGELOG b/CHANGELOG
@@ -0,0 +1,3 @@
+- 1.1.1
+ * Redesign to match the mcmc-types API.
+
diff --git a/hasty-hamiltonian.cabal b/hasty-hamiltonian.cabal
@@ -1,5 +1,5 @@
name: hasty-hamiltonian
-version: 1.1.1
+version: 1.1.2
synopsis: Speedy traversal through parameter space.
homepage: http://jtobin.github.com/hasty-hamiltonian
license: MIT
@@ -52,8 +52,8 @@ library
base < 5
, mcmc-types >= 1.0.1
, mwc-probability >= 1.0.1
- , lens
- , pipes
+ , lens >= 4 && < 5
+ , pipes >= 4 && < 5
, primitive
, transformers
@@ -65,7 +65,7 @@ Test-suite booth
ghc-options:
-rtsopts
build-depends:
- ad
+ ad >= 4 && < 5
, base < 5
, mwc-probability >= 1.0.1
, hasty-hamiltonian
diff --git a/stack.yaml b/stack.yaml
@@ -4,4 +4,4 @@ packages:
extra-deps:
- mcmc-types-1.0.1
- mwc-probability-1.0.1
-resolver: lts-3.3
+resolver: lts-3.8