Copyright | (c) 2017-2019 Kowainik |
---|---|
License | MPL-2.0 |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
This module contains some default values to use.
Documentation
defaultGHC :: GhcVer Source #
Default GHC version is the latest available.
defaultCabal :: Text Source #
Default version of the Cabal.
defaultOwner :: Text Source #
defaultEmail :: Text Source #
defaultConfigFileContent :: Text Source #
Default content of the ~/summoner.toml
file to be generated by
the summon config
command.
currentYear :: IO Text Source #