packages feed

madlang 4.0.0.2 → 4.0.0.3

raw patch · 3 files changed

+5/−16 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -28,13 +28,13 @@  ```bash  $ cabal update- $ cabal install madlang+ $ cabal new-install madlang --symlink-bindir ~/.local/bin ``` -You may need to add `$HOME/.cabal/bin` to your `PATH`. To do so:+You may need to add `$HOME/.local/bin` to your `PATH`. To do so:  ```- $ echo 'export PATH=$HOME/.cabal/bin:$PATH' >> $HOME/.bashrc+ $ echo 'export PATH=$HOME/.local/bin:$PATH' >> $HOME/.bashrc  $ source $HOME/.bashrc ``` 
madlang.cabal view
@@ -1,5 +1,5 @@ name:                madlang-version:             4.0.0.2+version:             4.0.0.3 synopsis:            Randomized templating language DSL description:         Madlang is a text templating language written in Haskell,                      meant to explore computational creativity and generative
man/madlang.1 view
@@ -1,4 +1,4 @@-.\" Automatically generated by Pandoc 2.1+.\" Automatically generated by Pandoc 2.1.1 .\" .TH "madlang (1)" "" "" "" "" .hy@@ -92,17 +92,6 @@ reverse .IP \[bu] 2 oulipo (removes all instances of the letter `e')-.SH DISPLAYING TREES-.PP-You may wish to use the command-.IP-.nf-\f[C]-madlang\ tree\ file.mad\ |\ less-\f[]-.fi-.PP-for larger trees. .SH EXAMPLES .PP You can examine an example using the bundled libraries at