packages feed

bookkeeping-jp 0.1.1.0 → 0.1.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

bookkeeping-jp.cabal view
@@ -1,5 +1,5 @@ name:                bookkeeping-jp-version:             0.1.1.0+version:             0.1.1.1 synopsis:            Helper functions for Japanese bookkeeping. description:     Helper functions of [bookkeeping module](https://github.com/arowM/haskell-bookkeeping#readme) for Japanese bookkeeping.@@ -18,7 +18,7 @@   hs-source-dirs:      src   exposed-modules:     Business.Bookkeeping.JP.SelfEmployed                      , Business.Bookkeeping.JP.Csv-  build-depends:       base >= 4.9 && < 4.10+  build-depends:       base >= 4.9 && < 5                      , bookkeeping >= 0.2 && < 0.3                      , mono-traversable                      , text