diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-05-30 20:38:18 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-30 22:05:37 -0400 |
commit | d1beebb881722109d6935941e541eb175a9d6c62 (patch) | |
tree | c9fe754faee7ce415e93e17319aa8f3575253894 /utils/haddock | |
parent | 471b2a099a949549558b01f356a063d7ad73a5f4 (diff) | |
download | haskell-d1beebb881722109d6935941e541eb175a9d6c62.tar.gz |
Make HsDocString a newtype of ByteString
Docstrings don't profit from FastString's interning, so we switch to
a different type that doesn't incur this overhead.
Updates the haddock submodule.
Reviewers: alexbiehl, bgamari
Reviewed By: alexbiehl, bgamari
Subscribers: rwbarton, thomie, mpickering, carter
GHC Trac Issues: #15157
Differential Revision: https://phabricator.haskell.org/D4743
Diffstat (limited to 'utils/haddock')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 46ff2306f580c44915a6f3adb652f02b7f4edfe +Subproject 90ad5b5c3a1d8532babac7934ee5189c09ef484 |