From daeb52d4e0f21b0e1ad8c3ce17ee9f18a6394f63 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 23 Jan 2013 08:47:43 -0800 Subject: Eliminated use of TH in test suite. --- tests/Tests/Writers/Markdown.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Tests/Writers/Markdown.hs') diff --git a/tests/Tests/Writers/Markdown.hs b/tests/Tests/Writers/Markdown.hs index 22ce8b27c..99b85dfb7 100644 --- a/tests/Tests/Writers/Markdown.hs +++ b/tests/Tests/Writers/Markdown.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE OverloadedStrings, QuasiQuotes #-} +{-# LANGUAGE OverloadedStrings #-} module Tests.Writers.Markdown (tests) where import Test.Framework -- cgit v1.2.3