mustache-haskell 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Main.hs +1/−1
- mustache-haskell.cabal +4/−4
Main.hs view
@@ -22,7 +22,7 @@ (helper <*> parseOpts) (fullDesc <> progDesc "A Haskell implementation of Mustache templates.\nOn STDIN provide the JSON to insert into the template."- <> header "mus v0.1.0.0")+ <> header "mus v0.1.0.1") main = do opts' <- execParser opts
mustache-haskell.cabal view
@@ -2,10 +2,10 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mustache-haskell -version: 0.1.0.0-synopsis: straight implementation of mustache templates--- description: -homepage: https://github.com/danchoi/mustache+version: 0.1.0.1+synopsis: Straight implementation of mustache templates+description: Straight implementation of mustache templates +homepage: https://github.com/danchoi/mustache-haskell license: MIT license-file: LICENSE author: Daniel Choi