ats-format 0.1.0.24 → 0.1.0.25
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ats-format.cabal +1/−1
- src/Language/ATS/Exec.hs +1/−1
ats-format.cabal view
@@ -1,5 +1,5 @@ name: ats-format-version: 0.1.0.24+version: 0.1.0.25 synopsis: A source-code formatter for ATS description: An opinionated source-code formatter for [ATS](http://www.ats-lang.org/). homepage: https://hub.darcs.net/vmchale/ats-format#readme
src/Language/ATS/Exec.hs view
@@ -42,7 +42,7 @@ <> help "Ignore configuration file") <*> switch (long "default-config"- <> help "Ignore configuration file")+ <> help "Generate default configuration file in the current directory") versionInfo :: Parser (a -> a) versionInfo = infoOption ("madlang version: " ++ showVersion version) (short 'V' <> long "version" <> help "Show version")