From 632c2bb3639d043d7d9101b6fd2f198e6ac8cd8f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 21 Jun 2016 18:04:15 +0900 Subject: Revert "fix Propellor.Types.Exception for GHC 7.6.3" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d31650d667a35808051dab6db1daf3ae1f905b57. Félix fixed this more comprehensively. --- src/Propellor/Types/Exception.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.3-2-g0d8e