oh fine still cant do that, bump to 0.23.98

This commit is contained in:
Simon Michael 2014-05-03 17:18:12 -07:00
parent 87f1e83d78
commit 41add3ffeb
3 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
name: hledger-lib
version: 0.24dev
version: 0.23.98
stability: stable
category: Finance, Console
synopsis: Core data types, parsers and utilities for the hledger accounting tool.

View File

@ -1,5 +1,5 @@
name: hledger-web
version: 0.24dev
version: 0.23.98
stability: stable
category: Finance
synopsis: A web interface for the hledger accounting tool.
@ -71,7 +71,7 @@ flag library-only
Default: False
library
cpp-options: -DVERSION="0.24dev"
cpp-options: -DVERSION="0.23.98"
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
@ -114,8 +114,8 @@ library
Hledger.Web.Options
-- Setup -- stops yesod devel complaining, requires build-depends: Cabal
build-depends:
hledger == 0.24dev
, hledger-lib == 0.24dev
hledger == 0.23.98
, hledger-lib == 0.23.98
, base >= 4 && < 5
, bytestring
, clientsession
@ -172,7 +172,7 @@ executable hledger-web
if flag(library-only)
Buildable: False
cpp-options: -DVERSION="0.24dev"
cpp-options: -DVERSION="0.23.98"
if flag(dev)
cpp-options: -DDEVELOPMENT
@ -214,8 +214,8 @@ executable hledger-web
Hledger.Web.Options
build-depends:
hledger == 0.24dev
, hledger-lib == 0.24dev
hledger == 0.23.98
, hledger-lib == 0.23.98
, base >= 4 && < 5
, bytestring
, clientsession

View File

@ -1,5 +1,5 @@
name: hledger
version: 0.24dev
version: 0.23.98
stability: stable
category: Finance, Console
synopsis: The main command-line interface for the hledger accounting tool.
@ -42,7 +42,7 @@ flag threaded
Default: True
library
cpp-options: -DVERSION="0.24dev"
cpp-options: -DVERSION="0.23.98"
ghc-options: -W
default-language: Haskell2010
-- should be the same as below
@ -65,7 +65,7 @@ library
Hledger.Cli.Stats
-- should be the same as below
build-depends:
hledger-lib == 0.24dev
hledger-lib == 0.23.98
,base >= 4.3 && < 5
-- ,cabal-file-th
,containers
@ -128,14 +128,14 @@ executable hledger
Hledger.Cli.Print
Hledger.Cli.Register
Hledger.Cli.Stats
cpp-options: -DVERSION="0.24dev"
cpp-options: -DVERSION="0.23.98"
ghc-options: -W
if flag(threaded)
ghc-options: -threaded
-- should be the same as above
default-language: Haskell2010
build-depends:
hledger-lib == 0.24dev
hledger-lib == 0.23.98
,base >= 4.3 && < 5
,containers
,cmdargs >= 0.10 && < 0.11