add an HLint configuration

This commit is contained in:
Edward Kmett 2015-03-08 06:30:09 -04:00
parent a7d55d07cb
commit b6bc73cc89
2 changed files with 2 additions and 1 deletions

1
HLint.hs Normal file
View File

@ -0,0 +1 @@
ignore "Use void"

View File

@ -65,7 +65,7 @@ description:
.
'specSTM' provides a similar time table for STM actions, but also rolls back side-effects. The one unfortunate operational distinction is that it is forced to compute 'a' in the background thread and therefore degrades slightly less gracefully under load, although we mitigate this effect by only enqueuing if the number of sparks for the current capability is lower than the total number of capabilities, to try to avoid wasting time when all computational resources are in use.
extra-source-files: README.markdown CHANGELOG.markdown ISSUES.markdown .travis.yml
extra-source-files: README.markdown CHANGELOG.markdown ISSUES.markdown .travis.yml HLint.hs
source-repository head
type: git