mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
tools: fix tested-with in package.yamls
This commit is contained in:
parent
d165600155
commit
0302be1b15
@ -17,7 +17,7 @@ license: GPL
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
tested-with: ghc ==7.10.3
|
tested-with: GHC==7.10.3, GHC==8.0
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES
|
CHANGES
|
||||||
|
@ -51,4 +51,4 @@ data-files:
|
|||||||
- doc/hledger-api.1.txt
|
- doc/hledger-api.1.txt
|
||||||
- doc/hledger-api.1.info
|
- doc/hledger-api.1.info
|
||||||
stability: alpha
|
stability: alpha
|
||||||
tested-with: ghc ==7.10.3
|
tested-with: GHC==7.10.3, GHC==8.0
|
||||||
|
@ -16,7 +16,7 @@ homepage: http://hledger.org
|
|||||||
bug-reports: http://bugs.hledger.org
|
bug-reports: http://bugs.hledger.org
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0
|
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES
|
CHANGES
|
||||||
|
@ -160,4 +160,4 @@ data-files:
|
|||||||
- doc/hledger_timeclock.5.txt
|
- doc/hledger_timeclock.5.txt
|
||||||
- doc/hledger_timeclock.5.info
|
- doc/hledger_timeclock.5.info
|
||||||
stability: stable
|
stability: stable
|
||||||
tested-with: ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0
|
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
|
||||||
|
@ -16,7 +16,7 @@ homepage: http://hledger.org
|
|||||||
bug-reports: http://bugs.hledger.org
|
bug-reports: http://bugs.hledger.org
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0
|
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
CHANGES
|
CHANGES
|
||||||
|
@ -177,4 +177,4 @@ data-files:
|
|||||||
- doc/hledger-web.1.txt
|
- doc/hledger-web.1.txt
|
||||||
- doc/hledger-web.1.info
|
- doc/hledger-web.1.info
|
||||||
stability: stable
|
stability: stable
|
||||||
tested-with: ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0
|
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
|
||||||
|
@ -16,7 +16,7 @@ homepage: http://hledger.org
|
|||||||
bug-reports: http://bugs.hledger.org
|
bug-reports: http://bugs.hledger.org
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0
|
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
bench/10000x1000x10.journal
|
bench/10000x1000x10.journal
|
||||||
|
@ -269,4 +269,4 @@ data-files:
|
|||||||
- doc/other/hledger_timedot.5.txt
|
- doc/other/hledger_timedot.5.txt
|
||||||
- doc/other/hledger_timedot.5.info
|
- doc/other/hledger_timedot.5.info
|
||||||
stability: stable
|
stability: stable
|
||||||
tested-with: ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0
|
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user