commit 3f342f7d7dc7288f307c40e846763e960448b0a1
parent ee7dc18930805cc9136581de2ea81b450e63984e
Author: Jared Tobin <jared@jtobin.ca>
Date: Tue, 1 Nov 2016 08:48:05 +1300
Nonce bump.
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/speedy-slice.cabal b/speedy-slice.cabal
@@ -1,5 +1,5 @@
name: speedy-slice
-version: 0.1.3
+version: 0.1.4
synopsis: Speedy slice sampling.
homepage: http://github.com/jtobin/speedy-slice
license: MIT
@@ -43,7 +43,7 @@ library
exposed-modules:
Numeric.MCMC.Slice
build-depends:
- base < 5
+ base >= 4 && < 6
, lens >= 4 && < 5
, primitive
, mcmc-types >= 1.0.1
@@ -59,7 +59,7 @@ Test-suite rosenbrock
ghc-options:
-rtsopts
build-depends:
- base < 5
+ base >= 4 && < 6
, mwc-probability >= 1.0.1
, speedy-slice
@@ -71,8 +71,8 @@ Test-suite bnn
ghc-options:
-rtsopts
build-depends:
- base < 5
- , containers
+ base >= 4 && < 6
+ , containers >= 0.5 && < 0.6
, mwc-probability >= 1.0.1
, speedy-slice
diff --git a/stack-travis.yaml b/stack-travis.yaml
@@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-5.1
-compiler: ghc-7.10.3
+resolver: lts-7.0
+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-5.1
+resolver: lts-7.0