bookkeeping 0.2.1.0 → 0.2.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- bookkeeping.cabal +1/−3
- src/Business/Bookkeeping.hs +2/−0
bookkeeping.cabal view
@@ -1,5 +1,5 @@ name: bookkeeping-version: 0.2.1.0+version: 0.2.1.1 synopsis: A module for bookkeeping by double entry. description: A module for bookkeeping by double entry. This module provides a way to do bookkeeping programmatically.@@ -25,8 +25,6 @@ default-language: Haskell2010 default-extensions: OverloadedStrings , RecordWildCards- , Strict- , StrictData other-extensions: GeneralizedNewtypeDeriving test-suite bookkeeping-test
src/Business/Bookkeeping.hs view
@@ -1,4 +1,6 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-}+{-# LANGUAGE Strict #-}+{-# LANGUAGE StrictData #-} {- | Module : Business.Bookkeeping