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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hledger-ui name: hledger-ui
version: 0.27.3 version: 0.28
stability: beta stability: beta
category: Finance, Console category: Finance, Console
synopsis: Curses-style user interface for the hledger accounting tool 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 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) if flag(threaded)
ghc-options: -threaded ghc-options: -threaded
cpp-options: -DVERSION="0.27.3" cpp-options: -DVERSION="0.28"
build-depends: build-depends:
hledger >= 0.27 && < 0.28 hledger >= 0.28 && < 0.29
, hledger-lib >= 0.27 && < 0.28 , hledger-lib >= 0.28 && < 0.29
, base >= 3 && < 5 , base >= 3 && < 5
, base-compat >= 0.8.1 , base-compat >= 0.8.1
, brick >= 0.2 && < 0.7 , brick >= 0.2 && < 0.7

View File

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

View File

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

View File

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

View File

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