diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-11-17 22:30:35 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-11-26 16:51:30 -0800 |
commit | b19845db926632c4be7b1e52fe2aa01d26ac3af3 (patch) | |
tree | 1cc3eee96471998fbd98ad7ac3fd55a6f0f6017c /.arclint | |
parent | 4897e7056e7b34c42ba5c0b1fa28ea547b8085b3 (diff) | |
download | haskell-b19845db926632c4be7b1e52fe2aa01d26ac3af3.tar.gz |
Cabal submodule update: hole support and tests.
Depends on D485
Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D487
Diffstat (limited to '.arclint')
-rw-r--r-- | .arclint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ "makefiles": { "type": "text", "include": [ "(Makefile$)", "(\\.mk$)" ], - "text.max-line-length": 200, + "text.max-line-length": 400, "severity": { "2": "disabled" } |