commit a01cdaacc4e25dd2d1bb85f68a21d2de97e500e3
parent 4163c6247cde00ca2abf64100568344508fcdd0c
Author: Jared Tobin <jared@jtobin.ca>
Date: Sun, 4 Dec 2016 21:35:25 +1300
Bump dependency bounds.
Diffstat:
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -0,0 +1,6 @@
+# Changelog
+
+- 1.0.4 (2016-12-04)
+ * Add missing dependency bounds.
+
+
diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal
@@ -1,5 +1,5 @@
name: mighty-metropolis
-version: 1.0.3
+version: 1.0.4
synopsis: The Metropolis algorithm.
homepage: http://github.com/jtobin/mighty-metropolis
license: MIT
@@ -39,10 +39,10 @@ library
build-depends:
base >= 4 && < 6
, pipes >= 4 && < 5
- , primitive
+ , primitive >= 0.6 && < 1.0
, mcmc-types >= 1.0.1
, mwc-probability >= 1.0.1
- , transformers
+ , transformers >= 0.5 && < 0.6
Test-suite rosenbrock
type: exitcode-stdio-1.0
diff --git a/stack-travis.yaml b/stack-travis.yaml
@@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-7.0
+resolver: lts-7.11
compiler: ghc-8.0.1
system-ghc: false
install-ghc: true
diff --git a/stack.yaml b/stack.yaml
@@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-7.0
+resolver: lts-7.11