aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/test/Documentation/Haddock/ParserSpec.hs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2014-11-02 09:12:56 +0800
committerSimon Hengel <sol@typeful.net>2014-11-03 09:27:08 +0800
commit09f97fd55feb2220622773117f462496cf48d79c (patch)
tree9872243bd46694f0d915c2e8d9af49fa08025bb6 /haddock-library/test/Documentation/Haddock/ParserSpec.hs
parent1c5f4fe3c4e3ef73481855a51af73d8995450e30 (diff)
Remove unused language extensions
Diffstat (limited to 'haddock-library/test/Documentation/Haddock/ParserSpec.hs')
-rw-r--r--haddock-library/test/Documentation/Haddock/ParserSpec.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-library/test/Documentation/Haddock/ParserSpec.hs b/haddock-library/test/Documentation/Haddock/ParserSpec.hs
index 4fea255a..9ef0e2d1 100644
--- a/haddock-library/test/Documentation/Haddock/ParserSpec.hs
+++ b/haddock-library/test/Documentation/Haddock/ParserSpec.hs
@@ -1,5 +1,4 @@
{-# LANGUAGE OverloadedStrings, FlexibleInstances #-}
-{-# LANGUAGE IncoherentInstances, UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Documentation.Haddock.ParserSpec (main, spec) where