Fix cabal.project file and document SimpleDocTree (#35)

Fix cabal.project file format
This commit is contained in:
Matthew Pickering 2017-08-01 14:35:02 +01:00 committed by David Luposchainsky
parent 560d127217
commit 32ccdabc91

View File

@ -1,10 +1,10 @@
-- http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html
packages: 'prettyprinter'
, 'prettyprinter-ansi-terminal'
, 'prettyprinter-compat-wl-pprint'
, 'prettyprinter-compat-ansi-wl-pprint'
, 'prettyprinter-compat-annotated-wl-pprint'
packages: prettyprinter
, prettyprinter-ansi-terminal
, prettyprinter-compat-wl-pprint
, prettyprinter-compat-ansi-wl-pprint
, prettyprinter-compat-annotated-wl-pprint
tests: true
benchmarks: true
benchmarks: true