[commit: ghc] wip/nfs-locking: Bump stack to lts-6.12 and remove extra pkg from extra-deps (e789d21)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:08:16 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e789d211296f7abc031af5e1ab19d2633f7de745/ghc
>---------------------------------------------------------------
commit e789d211296f7abc031af5e1ab19d2633f7de745
Author: Michal Terepeta <michal.terepeta at gmail.com>
Date: Sun Aug 21 13:46:48 2016 +0200
Bump stack to lts-6.12 and remove extra pkg from extra-deps
Signed-off-by: Michal Terepeta <michal.terepeta at gmail.com>
>---------------------------------------------------------------
e789d211296f7abc031af5e1ab19d2633f7de745
stack.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/stack.yaml b/stack.yaml
index 9eb4cfb..5fa9f94 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-5.17
+resolver: lts-6.12
# Local packages, usually specified by relative directory name
packages:
@@ -10,7 +10,6 @@ packages:
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps:
-- extra-1.4.7
# Override default flag values for local packages and extra-deps
flags: {}
More information about the ghc-commits
mailing list