summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton2016-06-21 18:04:15 +0900
committerSean Whitton2016-06-21 18:04:15 +0900
commit632c2bb3639d043d7d9101b6fd2f198e6ac8cd8f (patch)
treeaac92d562ab3988507cf5ea26afeab596d3a6487
parent522751f8b297976932b6454bb6d974e1bb5c3049 (diff)
Revert "fix Propellor.Types.Exception for GHC 7.6.3"
This reverts commit d31650d667a35808051dab6db1daf3ae1f905b57. FĂ©lix fixed this more comprehensively.
-rw-r--r--src/Propellor/Types/Exception.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Types/Exception.hs b/src/Propellor/Types/Exception.hs
index acefc9ec..3a810d55 100644
--- a/src/Propellor/Types/Exception.hs
+++ b/src/Propellor/Types/Exception.hs
@@ -1,5 +1,3 @@
-{-# LANGUAGE DeriveDataTypeable #-}
-
module Propellor.Types.Exception where
import Data.Typeable