packages feed

bunz 0.0.1 → 0.0.2

raw patch · 2 files changed

+9/−2 lines, 2 filesnew-component:exe:bunzPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,2 +1,9 @@ # Bunz JSON beautifier cli tool written in Haskell++## Installation+Bunz requires [Haskell stack tool](https://github.com/commercialhaskell/stack) to install++```+stack install bunz+```
bunz.cabal view
@@ -1,5 +1,5 @@ name:                bunz-version:             0.0.1+version:             0.0.2 synopsis:            CLI tool to beautify JSON string. description:         CLI tool to beautify JSON string. homepage:            https://github.com/sendyhalim/bunz@@ -21,7 +21,7 @@                      , text == 1.2.2.2   default-language:    Haskell2010 -executable bunz-exe+executable bunz   hs-source-dirs:      app   main-is:             Main.hs   ghc-options:         -threaded -rtsopts -with-rtsopts=-N