cabal: consistent indentation

This commit is contained in:
Simon Michael 2018-06-04 13:51:05 -07:00
parent 328b2dabfe
commit 9b801f5746

View File

@ -40,31 +40,31 @@ flags:
cpp-options: -DVERSION="1.9.99" cpp-options: -DVERSION="1.9.99"
dependencies: dependencies:
- hledger >=1.9.99 && <2.0 - hledger >=1.9.99 && <2.0
- hledger-lib >=1.9.99 && <2.0 - hledger-lib >=1.9.99 && <2.0
- ansi-terminal >=0.6.2.3 - ansi-terminal >=0.6.2.3
- async - async
- base >=4.8 && <4.12 - base >=4.8 && <4.12
- base-compat >=0.10.1 && <0.11 - base-compat >=0.10.1 && <0.11
- cmdargs >=0.8 - cmdargs >=0.8
- containers - containers
- data-default - data-default
- directory - directory
- filepath - filepath
- fsnotify >=0.2 - fsnotify >=0.2
- HUnit - HUnit
- microlens >=0.4 - microlens >=0.4
- microlens-platform >=0.2.3.1 - microlens-platform >=0.2.3.1
- megaparsec >=6.4.1 - megaparsec >=6.4.1
- pretty-show >=1.6.4 - pretty-show >=1.6.4
- process >=1.2 - process >=1.2
- safe >=0.2 - safe >=0.2
- split >=0.1 - split >=0.1
- text >=1.2 - text >=1.2
- text-zipper >=0.4 - text-zipper >=0.4
- time >=1.5 - time >=1.5
- transformers - transformers
- vector - vector
when: when:
# curses is required to build terminfo for vty for hledger-ui. # curses is required to build terminfo for vty for hledger-ui.