madlang 4.0.2.5 → 4.0.2.6
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- app/Main.hs +1/−1
- madlang.cabal +1/−1
app/Main.hs view
@@ -34,7 +34,7 @@ <> command "check" (info lint (progDesc "Check a file")) <> command "sample" (info sample (progDesc "Sample a template by generating text many times.")) <> command "install" (info (pure Install) (progDesc "Install/update prebundled libraries."))- <> command "get" (info fetch (progDesc "Sample a template by generating text many times."))+ <> command "get" (info fetch (progDesc "Install/update a third-party library")) <> command "vim" (info (pure VimInstall) (progDesc "Install vim plugin.")) )
madlang.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: madlang-version: 4.0.2.5+version: 4.0.2.6 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2016-2018 Vanessa McHale