diff --git a/README.md b/README.md index 5ddfe6c..c411db1 100644 --- a/README.md +++ b/README.md @@ -218,10 +218,17 @@ There is a project template bundled with and invoke with -``` +```bash $ pi new madlang story ``` +There is also a templated project +[here](https://github.com/vmchale/madlang-miso) that can be invoked via + +```bash +pi git vmchale/https://github.com/vmchale/madlang-miso story +``` + ### Manpages You can view documentation for `madlang` on Linux, Mac, or BSD by typing: diff --git a/app/Main.hs b/app/Main.hs index ca23cec..2be7872 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -34,7 +34,7 @@ orders = Program <> 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.")) ) diff --git a/madlang.cabal b/madlang.cabal index 1060139..e1db767 100644 --- a/madlang.cabal +++ b/madlang.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: madlang -version: 4.0.2.4 +version: 4.0.2.6 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2016-2018 Vanessa McHale diff --git a/stack.yaml b/stack.yaml index c1709c3..2c4145a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,10 +1,10 @@ --- -resolver: nightly-2018-04-03 +resolver: nightly-2018-04-05 packages: - . extra-deps: - composition-prelude-1.3.0.8 -- cli-setup-0.2.0.2 +- cli-setup-0.2.0.3 flags: madlang: development: