madlang 3.1.1.18 → 3.1.1.20
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- demo/bi-update.mad +5/−0
- madlang.cabal +2/−2
- src/Text/Madlibs/Ana/Resolve.hs +1/−1
+ demo/bi-update.mad view
@@ -0,0 +1,5 @@+# inspired by https://twitter.com/biupdatebot+:include adverbs.mad++:return+ 1.0 "Today I am feeling " adverbs-adverb " bisexual"
madlang.cabal view
@@ -1,5 +1,5 @@ name: madlang-version: 3.1.1.18+version: 3.1.1.20 synopsis: Randomized templating language DSL description: Madlang is a text templating language written in Haskell, meant to explore computational creativity and generative@@ -59,7 +59,7 @@ , Text.Madlibs.Exec.Main , Text.Madlibs.Packaging.Fetch , Paths_madlang- build-depends: base >= 4.8 && < 5+ build-depends: base >= 4.9 && < 5 , megaparsec >= 6.0 , text , optparse-applicative
src/Text/Madlibs/Ana/Resolve.hs view
@@ -26,7 +26,7 @@ import Text.Madlibs.Cata.Run import Text.Madlibs.Internal.Types import Text.Madlibs.Internal.Utils-import Text.Megaparsec hiding (parseErrorPretty', try)+import Text.Megaparsec hiding (parseErrorPretty') -- | Parse a template file into the `RandTok` data type parseFile :: MonadIO m