Skip to content

Commit

Permalink
Update to LTS 6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinChen committed Jun 9, 2016
1 parent 83981b2 commit f3006cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/PCREHeavyExampleMain.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env stack
-- stack --resolver lts-6.1 --install-ghc runghc --package pcre-heavy
-- stack --resolver lts-6.2 --install-ghc runghc --package pcre-heavy

{-# LANGUAGE QuasiQuotes #-}

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-6.1
resolver: lts-6.2

# Local packages, usually specified by relative directory name
packages:
Expand Down

0 comments on commit f3006cc

Please sign in to comment.