From 7b317effd59f56bc8450ea8efbb1ef5954f09e5d Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 8 Jan 2017 08:34:30 +1100 Subject: TH: Add Trustworthy language pragma Test Plan: validate Reviewers: goldfire, bgamari, austin, RyanGlScott Reviewed By: RyanGlScott Subscribers: RyanGlScott, simonpj, thomie, goldfire Differential Revision: https://phabricator.haskell.org/D2546 GHC Trac Issues: #12511 --- libraries/template-haskell/Language/Haskell/TH/Syntax.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libraries/template-haskell') diff --git a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs index 9de531ab9e..92e48adb2a 100644 --- a/libraries/template-haskell/Language/Haskell/TH/Syntax.hs +++ b/libraries/template-haskell/Language/Haskell/TH/Syntax.hs @@ -1,6 +1,7 @@ {-# LANGUAGE CPP, DeriveDataTypeable, DeriveGeneric, FlexibleInstances, DefaultSignatures, - RankNTypes, RoleAnnotations, ScopedTypeVariables #-} + RankNTypes, RoleAnnotations, ScopedTypeVariables, + Trustworthy #-} {-# OPTIONS_GHC -fno-warn-inline-rule-shadowing #-} -- cgit v1.2.1