hledger 0.21.1 → 0.21.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~hledger-lib
Dependency ranges changed: hledger-lib
Files
- hledger.cabal +5/−5
hledger.cabal view
@@ -1,6 +1,6 @@ name: hledger -- also in cpp-options below-version: 0.21.1+version: 0.21.2 category: Finance synopsis: The main command-line interface for the hledger accounting tool. description:@@ -41,7 +41,7 @@ Default: True library- cpp-options: -DVERSION="0.21.1"+ cpp-options: -DVERSION="0.21.2" ghc-options: -W -- should be the same as below exposed-modules:@@ -62,7 +62,7 @@ Hledger.Cli.Stats -- should be the same as below build-depends:- hledger-lib == 0.21.1+ hledger-lib == 0.21.2 ,base >= 4.3 && < 5 -- ,cabal-file-th ,containers@@ -111,13 +111,13 @@ Hledger.Cli.Print Hledger.Cli.Register Hledger.Cli.Stats- cpp-options: -DVERSION="0.21.1"+ cpp-options: -DVERSION="0.21.2" ghc-options: -W if flag(threaded) ghc-options: -threaded -- should be the same as above build-depends:- hledger-lib == 0.21.1+ hledger-lib == 0.21.2 ,base >= 4.3 && < 5 ,containers ,cmdargs >= 0.10 && < 0.11