Update Stackage to lts-7.14

This commit is contained in:
Robbie Gleichman 2017-01-05 02:23:02 -08:00
parent 00805b72e7
commit 96c10d9e4e
3 changed files with 1 additions and 8 deletions

View File

@ -63,9 +63,6 @@ translateFileMain = customExecParser parserPrefs opts >>= renderFile where
parserPrefs = defaultPrefs{
prefShowHelpOnError = True
-- TODO enable this option when optparse-applicative has been upgraded
--prefShowHelpOnEmpty = True
}
opts = info (helper <*> optionParser)

View File

@ -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-7.6
resolver: lts-7.14
# Local packages, usually specified by relative directory name
packages:

View File

@ -1,10 +1,6 @@
# Todo
## Todo Now
* Update tutorial code formatting.
* Update Stackage lts (see todo in Main.hs)
* Add wiki pages discussing: Why a visual language?, Glance design goals, History of Glance, FAQ's, How to contribute, Code guide [code style, ...], Related projects, examples demonstrating the utility of Glance etc..
## Todo Later