update hpack package.yaml files
This commit is contained in:
parent
1d957720e3
commit
b91f2b85d0
@ -1,12 +1,12 @@
|
|||||||
# hpack specification for generating the cabal file
|
# hpack specification for generating the cabal file
|
||||||
# https://github.com/sol/hpack#readme
|
# https://github.com/sol/hpack#readme
|
||||||
# http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
# http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
||||||
|
#
|
||||||
# currently the cabal file will have these limitations (which must be fixed by hand if needed):
|
# as of hpack 0.5.4 these must be added manually:
|
||||||
# - does not specify tested-with or extensions
|
# - tested-with
|
||||||
# - does not allow building with time < 1.5, and therefore GHC < 7.2.1
|
# - flags
|
||||||
# - does not allow building without pretty-show, and therefore GHC < 7.4.1
|
# - benchmarks
|
||||||
# - does not allow building with Double
|
# - conditional blocks
|
||||||
|
|
||||||
name : hledger-lib
|
name : hledger-lib
|
||||||
version : '0.26'
|
version : '0.26'
|
||||||
@ -28,7 +28,7 @@ github : simonmichael/hledger
|
|||||||
homepage : http://hledger.org
|
homepage : http://hledger.org
|
||||||
bug-reports : http://hledger.org/bugs
|
bug-reports : http://hledger.org/bugs
|
||||||
# XXX not supported
|
# XXX not supported
|
||||||
#tested-with : GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
|
tested-with : GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- CHANGES
|
- CHANGES
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
# hpack specification for generating the cabal file
|
# hpack specification for generating the cabal file
|
||||||
# https://github.com/sol/hpack#readme
|
# https://github.com/sol/hpack#readme
|
||||||
# http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
# http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
||||||
|
#
|
||||||
# currently the cabal file will have these limitations (which must be fixed by hand if needed):
|
# as of hpack 0.5.4 these must be added manually:
|
||||||
# - does not specify tested-with or extensions
|
# - tested-with
|
||||||
# - does not allow building in non-threaded mode (for debian) or dev or library-only mode (for yesod devel)
|
# - flags
|
||||||
# - does not allow building with time < 1.5, and therefore GHC < 7.2.1
|
# - benchmarks
|
||||||
|
# - conditional blocks
|
||||||
|
|
||||||
name : hledger-web
|
name : hledger-web
|
||||||
version : '0.26'
|
version : '0.26'
|
||||||
@ -27,7 +28,7 @@ github : simonmichael/hledger
|
|||||||
homepage : http://hledger.org
|
homepage : http://hledger.org
|
||||||
bug-reports : http://hledger.org/bugs
|
bug-reports : http://hledger.org/bugs
|
||||||
# XXX not supported
|
# XXX not supported
|
||||||
#tested-with : GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
|
tested-with : GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- CHANGES
|
- CHANGES
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# hpack specification for generating the cabal file
|
# hpack specification for generating the cabal file
|
||||||
# https://github.com/sol/hpack#readme
|
# https://github.com/sol/hpack#readme
|
||||||
# http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
# http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html
|
||||||
|
#
|
||||||
# currently the cabal file will have these limitations (which must be fixed by hand if needed):
|
# as of hpack 0.5.4 these must be added manually:
|
||||||
# - does not specify tested-with or extensions or benchmarks
|
# - tested-with
|
||||||
# - does not allow building in non-threaded mode (for debian)
|
# - flags
|
||||||
# - does not allow building with time < 1.5, and therefore GHC < 7.2.1
|
# - benchmarks
|
||||||
# - does not allow building without pretty-show, and therefore GHC < 7.4.1
|
# - conditional blocks
|
||||||
# - does not allow building without threads or curses
|
|
||||||
|
|
||||||
name : hledger
|
name : hledger
|
||||||
version : '0.26'
|
version : '0.26'
|
||||||
@ -29,25 +28,33 @@ github : simonmichael/hledger
|
|||||||
homepage : http://hledger.org
|
homepage : http://hledger.org
|
||||||
bug-reports : http://hledger.org/bugs
|
bug-reports : http://hledger.org/bugs
|
||||||
# XXX not supported
|
# XXX not supported
|
||||||
#tested-with : GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
|
tested-with : GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.1
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- CHANGES
|
- CHANGES
|
||||||
|
- README.md
|
||||||
|
- test/test.hs
|
||||||
|
|
||||||
# XXX not supported
|
# XXX not supported
|
||||||
# flag threaded
|
flags:
|
||||||
# Description: Build with support for multithreaded execution
|
threaded:
|
||||||
# Default: True
|
- default: True
|
||||||
|
- description:
|
||||||
|
Build with support for multithreaded execution
|
||||||
|
|
||||||
# flag curses
|
flag:
|
||||||
# Description: On POSIX systems, enable curses support for auto-detecting terminal width.
|
curses:
|
||||||
# Default: True
|
- default: True
|
||||||
|
- description:
|
||||||
|
On POSIX systems, enable curses support for auto-detecting terminal width.
|
||||||
|
|
||||||
# flag old-locale
|
flag:
|
||||||
# description: A compatibility flag, set automatically by cabal.
|
old-locale:
|
||||||
# If false then depend on time >= 1.5,
|
- default: False
|
||||||
# if true then depend on time < 1.5 together with old-locale.
|
- description:
|
||||||
# default: False
|
A compatibility flag, set automatically by cabal.
|
||||||
|
If false then depend on time >= 1.5,
|
||||||
|
if true then depend on time < 1.5 together with old-locale.
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- hledger-lib == 0.26
|
- hledger-lib == 0.26
|
||||||
@ -151,6 +158,7 @@ tests:
|
|||||||
# bench:
|
# bench:
|
||||||
# source-dirs: bench
|
# source-dirs: bench
|
||||||
# main: bench.hs
|
# main: bench.hs
|
||||||
|
# other-modules: SimpleBench
|
||||||
# dependencies:
|
# dependencies:
|
||||||
# - hledger
|
# - hledger
|
||||||
# - criterion
|
# - criterion
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user