the version bump was premature, revert so I can push

This reverts commit 1bc8b73159.
This commit is contained in:
Simon Michael 2013-04-19 11:54:26 -07:00
parent dd956ea395
commit fc39b4c25d
6 changed files with 18 additions and 18 deletions

View File

@ -4,7 +4,7 @@ title: hledger user manual
# User manual # User manual
For version: 0.20 For: latest developer version
## Introduction ## Introduction

View File

@ -1 +1 @@
0.20 0.19.4

View File

@ -1,5 +1,5 @@
name: hledger-vty name: hledger-vty
version: 0.19.98 version: 0.16.1
category: Finance category: Finance
synopsis: A curses-style console interface for the hledger accounting tool. synopsis: A curses-style console interface for the hledger accounting tool.
description: description:
@ -37,8 +37,8 @@ executable hledger-vty
Hledger.Vty.Main Hledger.Vty.Main
Hledger.Vty.Options Hledger.Vty.Options
build-depends: build-depends:
hledger hledger == 0.16.1
,hledger-lib ,hledger-lib == 0.16.1
,HUnit ,HUnit
,base >= 3 && < 5 ,base >= 3 && < 5
,cabal-file-th ,cabal-file-th

View File

@ -1,5 +1,5 @@
name: hledger-lib name: hledger-lib
version: 0.20 version: 0.19.4
category: Finance category: Finance
synopsis: Core data types, parsers and utilities for the hledger accounting tool. synopsis: Core data types, parsers and utilities for the hledger accounting tool.
description: description:

View File

@ -1,6 +1,6 @@
name: hledger-web name: hledger-web
-- also in cpp-options below -- also in cpp-options below
version: 0.20 version: 0.19.4
category: Finance category: Finance
synopsis: A web interface for the hledger accounting tool. synopsis: A web interface for the hledger accounting tool.
description: description:
@ -99,7 +99,7 @@ library
-- Buildable: False -- Buildable: False
ghc-options: -Wall -fno-warn-unused-do-bind ghc-options: -Wall -fno-warn-unused-do-bind
cpp-options: -DVERSION="0.20" cpp-options: -DVERSION="0.19.4"
if flag(dev) || flag(library-only) if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT cpp-options: -DDEVELOPMENT
@ -141,8 +141,8 @@ library
, warp >= 1.3 && < 1.4 , warp >= 1.3 && < 1.4
, data-default , data-default
, hledger == 0.20 , hledger == 0.19.4
, hledger-lib == 0.20 , hledger-lib == 0.19.4
, cmdargs >= 0.10 && < 0.11 , cmdargs >= 0.10 && < 0.11
, directory , directory
, filepath , filepath
@ -170,7 +170,7 @@ library
executable hledger-web executable hledger-web
cpp-options: -DVERSION="0.20" cpp-options: -DVERSION="0.19.4"
if flag(library-only) if flag(library-only)
Buildable: False Buildable: False
@ -218,8 +218,8 @@ executable hledger-web
build-depends: build-depends:
hledger-web hledger-web
, hledger == 0.20 , hledger == 0.19.4
, hledger-lib == 0.20 , hledger-lib == 0.19.4
, base >= 4.3 && < 5 , base >= 4.3 && < 5
, cmdargs >= 0.10 && < 0.11 , cmdargs >= 0.10 && < 0.11
, directory , directory

View File

@ -1,6 +1,6 @@
name: hledger name: hledger
-- also in cpp-options below -- also in cpp-options below
version: 0.20 version: 0.19.4
category: Finance category: Finance
synopsis: The main command-line interface for the hledger accounting tool. synopsis: The main command-line interface for the hledger accounting tool.
description: description:
@ -41,7 +41,7 @@ flag threaded
Default: True Default: True
library library
cpp-options: -DVERSION="0.20" cpp-options: -DVERSION="0.19.4"
ghc-options: -W ghc-options: -W
-- should be the same as below -- should be the same as below
exposed-modules: exposed-modules:
@ -62,7 +62,7 @@ library
Hledger.Cli.Stats Hledger.Cli.Stats
-- should be the same as below -- should be the same as below
build-depends: build-depends:
hledger-lib == 0.20 hledger-lib == 0.19.4
,base >= 4.3 && < 5 ,base >= 4.3 && < 5
-- ,cabal-file-th -- ,cabal-file-th
,containers ,containers
@ -110,13 +110,13 @@ executable hledger
Hledger.Cli.Print Hledger.Cli.Print
Hledger.Cli.Register Hledger.Cli.Register
Hledger.Cli.Stats Hledger.Cli.Stats
cpp-options: -DVERSION="0.20" cpp-options: -DVERSION="0.19.4"
ghc-options: -W ghc-options: -W
if flag(threaded) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
-- should be the same as above -- should be the same as above
build-depends: build-depends:
hledger-lib == 0.20 hledger-lib == 0.19.4
,base >= 4.3 && < 5 ,base >= 4.3 && < 5
,containers ,containers
,cmdargs >= 0.10 && < 0.11 ,cmdargs >= 0.10 && < 0.11