summaryrefslogtreecommitdiff
path: root/libraries/base/Text/Read/Lex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Text/Read/Lex.hs')
-rw-r--r--libraries/base/Text/Read/Lex.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Text/Read/Lex.hs b/libraries/base/Text/Read/Lex.hs
index 222d6cf06d..88c9c07212 100644
--- a/libraries/base/Text/Read/Lex.hs
+++ b/libraries/base/Text/Read/Lex.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE CPP, NoImplicitPrelude #-}
-----------------------------------------------------------------------------