bunz 0.0.4 → 0.0.5
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bunz.cabal +1/−1
- src/Beautifier.hs +0/−1
bunz.cabal view
@@ -1,5 +1,5 @@ name: bunz-version: 0.0.4+version: 0.0.5 synopsis: CLI tool to beautify JSON string. description: CLI tool to beautify JSON string. homepage: https://github.com/sendyhalim/bunz
src/Beautifier.hs view
@@ -10,7 +10,6 @@ import Data.Int (Int64) import Data.Monoid ((<>))-import qualified Data.String as S import qualified Data.Text.Lazy as T -- Doctest setup