commit 3a9a6976dcb2d6a19c227577e6f38dc73aeed3bd
parent e8ac98b9a83ea702ef644d7f24b458afde250c9b
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 23 May 2020 12:38:16 +0400
Bump Stackage pin, remove now-superfluous import.
Diffstat:
4 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/Numeric/MCMC/Slice.hs b/Numeric/MCMC/Slice.hs
@@ -42,7 +42,6 @@ import Control.Monad (replicateM)
import Control.Monad.Codensity (lowerCodensity)
import Control.Monad.Trans.State.Strict (put, get, execStateT)
import Control.Monad.Primitive (PrimMonad, PrimState)
-import Control.Monad.IO.Class (MonadIO, liftIO)
import Control.Lens hiding (index)
import Data.Maybe (fromMaybe)
import Data.Sampling.Types
diff --git a/stack-travis.yaml b/stack-travis.yaml
@@ -2,7 +2,7 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-11.15
-compiler: ghc-8.2.2
+resolver: lts-15.13
+compiler: ghc-8.8.3
system-ghc: false
install-ghc: true
diff --git a/stack.yaml b/stack.yaml
@@ -2,4 +2,4 @@ flags: {}
packages:
- '.'
extra-deps: []
-resolver: lts-11.15
+resolver: lts-15.13
diff --git a/stack.yaml.lock b/stack.yaml.lock
@@ -0,0 +1,12 @@
+# This file was autogenerated by Stack.
+# You should not edit this file by hand.
+# For more information, please see the documentation at:
+# https://docs.haskellstack.org/en/stable/lock_files
+
+packages: []
+snapshots:
+- completed:
+ size: 496112
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/13.yaml
+ sha256: 75a1a0f870e1876898b117b0e443f911b3fa2985bfabb53158c81ab5765beda5
+ original: lts-15.13