[commit: ghc] wip/nfs-locking: Update stack.yaml to lts-5.1 (82b665e)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:46:47 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/82b665e184a92fb27bc894e6f0fe2d186ea1fbe0/ghc
>---------------------------------------------------------------
commit 82b665e184a92fb27bc894e6f0fe2d186ea1fbe0
Author: Joe Hillenbrand <joehillen at gmail.com>
Date: Wed Feb 3 10:35:55 2016 -0800
Update stack.yaml to lts-5.1
I don't plan to change this file every time there is a new stackage lts, but lts-4.x has a bug with aeson.
>---------------------------------------------------------------
82b665e184a92fb27bc894e6f0fe2d186ea1fbe0
stack.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stack.yaml b/stack.yaml
index 2bc3b0e..0772c76 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,7 +1,7 @@
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-4.2
+resolver: lts-5.1
# Local packages, usually specified by relative directory name
packages:
More information about the ghc-commits
mailing list