summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2015-11-18 12:22:02 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-18 12:53:50 +0100
commit6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef (patch)
tree3d7ac58f233767e78de8eec6bde7f81ec46f6485 /docs
parentf9e17fd70d466fc00825f7324c944609f5c09251 (diff)
downloadhaskell-6b3d5b5990b9b306e13575e60d7e1c8ce264b0ef.tar.gz
rts: Kill PAPI support
This hasn't been used for a very long time and will soon be superceded by perf_events support. Test Plan: validate Reviewers: austin, simonmar Reviewed By: austin, simonmar Subscribers: thomie, erikd Differential Revision: https://phabricator.haskell.org/D1493
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/7.12.1-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/7.12.1-notes.rst b/docs/users_guide/7.12.1-notes.rst
index bd4f78bcaa..10ed77eaf3 100644
--- a/docs/users_guide/7.12.1-notes.rst
+++ b/docs/users_guide/7.12.1-notes.rst
@@ -175,7 +175,7 @@ Template Haskell
Runtime system
~~~~~~~~~~~~~~
-- TODO FIXME.
+- Support for performance monitoring with PAPI has been dropped.
Build system
~~~~~~~~~~~~