bookkeeping 0.4.0.0 → 0.4.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transaction
Dependency ranges changed: transaction
Files
- bookkeeping.cabal +2/−2
bookkeeping.cabal view
@@ -1,5 +1,5 @@ name: bookkeeping-version: 0.4.0.0+version: 0.4.0.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.@@ -21,7 +21,7 @@ , mono-traversable >= 1.0.0.1 && < 1.1 , text >= 1.2.2.1 && < 1.3 , time >= 1.6- , transaction >= 0.1 && < 0.2+ , transaction >= 0.1.1.3 && < 0.2 default-language: Haskell2010 default-extensions: OverloadedStrings , RecordWildCards