bump cabal versions to 0.28

This commit is contained in:
Simon Michael 2016-05-29 00:00:59 -07:00
parent f0baa30db0
commit a961988a88
10 changed files with 48 additions and 48 deletions

View File

@ -9,7 +9,7 @@
# - conditional blocks
name : hledger-api
version : '0.27.98'
version : '0.28'
stability : alpha
category : Finance
synopsis : Web API server for the hledger accounting tool
@ -62,8 +62,8 @@ data-files:
# default: False
# dependencies:
# - hledger-lib == 0.27
# - hledger == 0.27
# - hledger-lib == 0.28
# - hledger == 0.28
# - base >= 4 && < 5
# - base-compat >= 0.8.1
# - blaze-html
@ -123,7 +123,7 @@ data-files:
# # -- EmptyDataDecls
# # -- NoMonomorphismRestriction
cpp-options: -DVERSION="0.27.98"
cpp-options: -DVERSION="0.28"
# XXX
# if flag(dev) || flag(library-only)
# cpp-options: -DDEVELOPMENT
@ -156,8 +156,8 @@ executables:
# source-dirs: app
main: hledger-api.hs
dependencies:
- hledger-lib == 0.27
- hledger == 0.27
- hledger-lib == 0.28
- hledger == 0.28
- base >= 4 && < 5
- aeson
- bytestring

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack
name: hledger-api
version: 0.27.98
version: 0.28
synopsis: Web API server for the hledger accounting tool
description: This is a simple web API server for hledger data.
It comes with a series of simple client-side web app examples.
@ -43,10 +43,10 @@ source-repository head
executable hledger-api
main-is: hledger-api.hs
ghc-options: -threaded
cpp-options: -DVERSION="0.27.98"
cpp-options: -DVERSION="0.28"
build-depends:
hledger-lib == 0.27
, hledger == 0.27
hledger-lib == 0.28
, hledger == 0.28
, base >= 4 && < 5
, aeson
, bytestring

View File

@ -9,7 +9,7 @@
# - conditional blocks
name : hledger-lib
version : '0.27'
version : '0.28'
stability : stable
category : Finance, Console
synopsis : Core data types, parsers and functionality for the hledger accounting tools

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack
name: hledger-lib
version: 0.27
version: 0.28
stability: stable
category: Finance
synopsis: Core data types, parsers and functionality for the hledger accounting tools

View File

@ -9,7 +9,7 @@
# - conditional blocks
name : hledger-ui
version : '0.27.3'
version : '0.28'
stability : beta
category : Finance, Console
synopsis : Curses-style user interface for the hledger accounting tool
@ -59,7 +59,7 @@ ghc-options:
-fno-warn-type-defaults
-fno-warn-orphans
cpp-options: -DVERSION="0.27.3"
cpp-options: -DVERSION="0.28"
executables:
hledger-ui:
@ -70,8 +70,8 @@ executables:
ghc-options:
-threaded
dependencies:
- hledger >= 0.27 && < 0.28
- hledger-lib >= 0.27 && < 0.28
- hledger >= 0.28 && < 0.29
- hledger-lib >= 0.28 && < 0.29
- base >= 3 && < 5
- base-compat >= 0.8.1
- brick >= 0.2 && < 0.5

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack
name: hledger-ui
version: 0.27.3
version: 0.28
stability: beta
category: Finance, Console
synopsis: Curses-style user interface for the hledger accounting tool
@ -59,10 +59,10 @@ executable hledger-ui
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
if flag(threaded)
ghc-options: -threaded
cpp-options: -DVERSION="0.27.3"
cpp-options: -DVERSION="0.28"
build-depends:
hledger >= 0.27 && < 0.28
, hledger-lib >= 0.27 && < 0.28
hledger >= 0.28 && < 0.29
, hledger-lib >= 0.28 && < 0.29
, base >= 3 && < 5
, base-compat >= 0.8.1
, brick >= 0.2 && < 0.7

View File

@ -9,7 +9,7 @@
# - conditional blocks
name : hledger-web
version : '0.27'
version : '0.28'
stability : stable
category : Finance
synopsis : Web interface for the hledger accounting tool
@ -78,8 +78,8 @@ data-files:
# default: False
dependencies:
- hledger-lib == 0.27
- hledger == 0.27
- hledger-lib == 0.28
- hledger == 0.28
- base >= 4 && < 5
- base-compat >= 0.8.1
- blaze-html
@ -148,7 +148,7 @@ ghc-options:
# # -- EmptyDataDecls
# # -- NoMonomorphismRestriction
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
# XXX
# if flag(dev) || flag(library-only)
# cpp-options: -DDEVELOPMENT
@ -188,7 +188,7 @@ executables:
source-dirs: app
main: main.hs
dependencies:
- hledger-web == 0.27
- hledger-web == 0.28
tests:
test:

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack
name: hledger-web
version: 0.27
version: 0.28
stability: stable
category: Finance
synopsis: Web interface for the hledger accounting tool
@ -80,12 +80,12 @@ flag old-locale
library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
if flag(dev) || flag(library-only)
cpp-options: -DDEVELOPMENT
build-depends:
hledger-lib == 0.27
, hledger == 0.27
hledger-lib == 0.28
, hledger == 0.28
, base >= 4 && < 5
, base-compat >= 0.8.1
, blaze-html
@ -153,12 +153,12 @@ executable hledger-web
ghc-options: -threaded
if flag(dev)
ghc-options: -O0
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
if flag(dev)
cpp-options: -DDEVELOPMENT
build-depends:
hledger-lib == 0.27
, hledger == 0.27
hledger-lib == 0.28
, hledger == 0.28
, base >= 4 && < 5
, base-compat >= 0.8.1
, blaze-html
@ -190,7 +190,7 @@ executable hledger-web
, yesod-form
, yesod-static
, json
, hledger-web == 0.27
, hledger-web == 0.28
if flag(old-locale)
build-depends: time < 1.5, old-locale
@ -208,10 +208,10 @@ test-suite test
hs-source-dirs:
tests
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
build-depends:
hledger-lib == 0.27
, hledger == 0.27
hledger-lib == 0.28
, hledger == 0.28
, base >= 4 && < 5
, base-compat >= 0.8.1
, blaze-html

View File

@ -9,7 +9,7 @@
# - conditional blocks
name : hledger
version : '0.27'
version : '0.28'
stability : stable
category : Finance, Console
synopsis : Command-line interface for the hledger accounting tool
@ -65,7 +65,7 @@ flag:
if true then depend on time < 1.5 together with old-locale.
dependencies:
- hledger-lib == 0.27
- hledger-lib == 0.28
- base >= 4.3 && < 5
- base-compat >= 0.8.1
- bytestring
@ -122,7 +122,7 @@ ghc-options:
-fno-warn-type-defaults
-fno-warn-orphans
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
library:
# source-dirs: . # XXX includes Setup and uncommitted stuff
@ -158,7 +158,7 @@ executables:
ghc-options:
-threaded
dependencies:
- hledger == 0.27
- hledger == 0.28
tests:
test:

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack
name: hledger
version: 0.27
version: 0.28
stability: stable
category: Finance, Console
synopsis: Command-line interface for the hledger accounting tool
@ -82,9 +82,9 @@ flag old-locale
library
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
build-depends:
hledger-lib == 0.27
hledger-lib == 0.28
, base >= 4.3 && < 5
, base-compat >= 0.8.1
, bytestring
@ -163,9 +163,9 @@ executable hledger
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
if flag(threaded)
ghc-options: -threaded
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
build-depends:
hledger-lib == 0.27
hledger-lib == 0.28
, base >= 4.3 && < 5
, base-compat >= 0.8.1
, bytestring
@ -191,7 +191,7 @@ executable hledger
, tabular >= 0.2 && < 0.3
, utf8-string >= 0.3.5 && < 1.1
, wizards == 1.0.*
, hledger == 0.27
, hledger == 0.28
if impl(ghc >= 7.10)
build-depends: shakespeare >= 2.0.2.2 && < 2.1
@ -219,9 +219,9 @@ test-suite test
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
cpp-options: -DVERSION="0.27"
cpp-options: -DVERSION="0.28"
build-depends:
hledger-lib == 0.27
hledger-lib == 0.28
, base >= 4.3 && < 5
, base-compat >= 0.8.1
, bytestring