ochintin-daicho 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bookkeepingdep ~transaction
Dependency ranges changed: bookkeeping, transaction
Files
- ochintin-daicho.cabal +3/−3
ochintin-daicho.cabal view
@@ -1,5 +1,5 @@ name: ochintin-daicho-version: 0.2.0.0+version: 0.2.0.1 synopsis: A module to manage payroll books for Japanese companies. description: A module to manage payroll books for Japanese companies. This enable to export data to tax withholding book, etc...@@ -18,10 +18,10 @@ hs-source-dirs: src exposed-modules: Business.OchintinDaicho build-depends: base >= 4.9 && < 5- , bookkeeping >= 0.4 && < 0.5+ , bookkeeping >= 0.4.0.1 && < 0.5 , mono-traversable >= 1.0.0.1 && < 1.1 , text >= 1.2 && < 1.3- , transaction >= 0.1.1 && < 0.2+ , transaction >= 0.1.1.3 && < 0.2 default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates default-extensions: OverloadedStrings