hledger-lib, hledger will require GHC >= 7.0 due to use of shakespeare-text QQ in reports

This commit is contained in:
Simon Michael 2012-05-06 20:41:40 +00:00
parent b584f33cbb
commit df6ee91e38
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ 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.3, GHC==7.0.4, GHC==7.2.2, GHC==7.4.1 tested-with: GHC==7.0.4, GHC==7.2.2, GHC==7.4.1
cabal-version: >= 1.6 cabal-version: >= 1.8
build-type: Simple build-type: Simple
-- data-dir: data -- data-dir: data
-- data-files: -- data-files:

View File

@ -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.3, GHC==7.0.4, GHC==7.2.2, GHC==7.4.1 tested-with: GHC==7.0.4, GHC==7.2.2, GHC==7.4.1
cabal-version: >= 1.8 cabal-version: >= 1.8
build-type: Simple build-type: Simple
-- data-dir: data -- data-dir: data