update tested-with fields
This commit is contained in:
parent
9040821e8d
commit
62454b45ff
@ -1,5 +1,5 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 0.16.1
|
version: 0.16.2
|
||||||
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:
|
||||||
@ -17,7 +17,7 @@ maintainer: Simon Michael <simon@joyful.com>
|
|||||||
homepage: http://hledger.org
|
homepage: http://hledger.org
|
||||||
bug-reports: http://code.google.com/p/hledger/issues
|
bug-reports: http://code.google.com/p/hledger/issues
|
||||||
stability: beta
|
stability: beta
|
||||||
tested-with: GHC==6.12, GHC==7.0
|
tested-with: GHC==7.0, GHC==7.2
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- data-dir: data
|
-- data-dir: data
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 0.16.5
|
version: 0.16.6
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A web interface for the hledger accounting tool.
|
synopsis: A web interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
@ -17,7 +17,7 @@ maintainer: Simon Michael <simon@joyful.com>
|
|||||||
homepage: http://hledger.org
|
homepage: http://hledger.org
|
||||||
bug-reports: http://code.google.com/p/hledger/issues
|
bug-reports: http://code.google.com/p/hledger/issues
|
||||||
stability: beta
|
stability: beta
|
||||||
tested-with: GHC==6.12, GHC==7.0
|
tested-with: GHC==7.0, GHC==7.2
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-tmp-files:
|
extra-tmp-files:
|
||||||
@ -71,8 +71,8 @@ executable hledger-web
|
|||||||
Hledger.Web.Settings.StaticFiles
|
Hledger.Web.Settings.StaticFiles
|
||||||
Hledger.Web.Handlers
|
Hledger.Web.Handlers
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger == 0.16.1
|
hledger == 0.16.2
|
||||||
,hledger-lib == 0.16.1
|
,hledger-lib == 0.16.2
|
||||||
,HUnit
|
,HUnit
|
||||||
,base >= 4 && < 5
|
,base >= 4 && < 5
|
||||||
,bytestring
|
,bytestring
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 0.16.1
|
version: 0.16.2
|
||||||
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:
|
||||||
@ -17,7 +17,7 @@ maintainer: Simon Michael <simon@joyful.com>
|
|||||||
homepage: http://hledger.org
|
homepage: http://hledger.org
|
||||||
bug-reports: http://code.google.com/p/hledger/issues
|
bug-reports: http://code.google.com/p/hledger/issues
|
||||||
stability: beta
|
stability: beta
|
||||||
tested-with: GHC==6.12, GHC==7.0
|
tested-with: GHC==7.0, GHC==7.2
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
-- data-dir: data
|
-- data-dir: data
|
||||||
@ -57,7 +57,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.16.1
|
hledger-lib == 0.16.2
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,containers
|
,containers
|
||||||
@ -108,7 +108,7 @@ executable hledger
|
|||||||
ghc-options: -threaded -W
|
ghc-options: -threaded -W
|
||||||
-- should be the same as above
|
-- should be the same as above
|
||||||
build-depends:
|
build-depends:
|
||||||
hledger-lib == 0.16.1
|
hledger-lib == 0.16.2
|
||||||
,base >= 3 && < 5
|
,base >= 3 && < 5
|
||||||
,cabal-file-th
|
,cabal-file-th
|
||||||
,containers
|
,containers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user