commit bfa5596ca8e6bd52a80d8d5021f816682ed0f959 parent 3a96f78d1d3c456f57c97f7ea23173f1b1213134 Author: Jared Tobin <jared@jtobin.ca> Date: Tue, 6 Oct 2015 22:13:05 +1300 Update stack file. Diffstat:
M | mighty-metropolis.cabal | | | 2 | +- |
M | stack.yaml | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -37,7 +37,7 @@ Test-suite rosenbrock -rtsopts -Wall build-depends: base < 5 - , mwc-probability + , mwc-probability >= 1.0.1 Test-suite bnn type: exitcode-stdio-1.0 diff --git a/stack.yaml b/stack.yaml @@ -2,6 +2,6 @@ flags: {} packages: - '.' extra-deps: - - mwc-probability-1.0.0 - - mcmc-types-1.0.0 + - mwc-probability-1.0.1 + - mcmc-types-1.0.1 resolver: lts-3.3