GiveYouAHead 0.2.2.1 → 0.2.2.3
raw patch · 4 files changed
+6/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- GiveYouAHead.cabal +1/−1
- lib/GiveYouAHead/Help.hs +2/−0
- lib/GiveYouAHead/New/Note.hs +2/−0
- lib/GiveYouAHead/Version.hs +1/−1
GiveYouAHead.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: GiveYouAHead -version: 0.2.2.1 +version: 0.2.2.3 synopsis: to auto-do somethings description: to auto-do somethings homepage: https://github.com/Qinka/GiveYouAHead/
lib/GiveYouAHead/Help.hs view
@@ -39,5 +39,7 @@ "\tBug report: https://github.com/Qinka/GiveYouAHead/issues", "\t主页 https://github.com/Qinka/GiveYouAHead/", "\tBUG报告 https://github.com/Qinka/GiveYouAHead/issues", + "You might need run config.hs first, which you need clone or copy from repo.", + "你或许需要先执行 config.hs ,而你可以在仓库中找到 ", "" ]
lib/GiveYouAHead/New/Note.hs view
@@ -33,5 +33,7 @@ "\n", "\tHomepage: https://github.com/Qinka/GiveYouAHead\n", "\tBug report: https://github.com/Qinka/GiveYouAHead/issues\n", + "\tHackage(Module): http://hackage.haskell.org/package/GiveYouAHead\n", + "\tHackage(Binary): http://hackage.haskell.org/package/gyah-bin\n", "\n", "*noteMarkLine","\n"]
lib/GiveYouAHead/Version.hs view
@@ -6,6 +6,6 @@ import Data.Version gyah'ver :: Version -gyah'ver = Version { versionBranch = [0,2,2,1] , versionTags=[]} +gyah'ver = Version { versionBranch = [0,2,2,3] , versionTags=[]} gyahver :: String gyahver = showVersion gyah'ver