From d31650d667a35808051dab6db1daf3ae1f905b57 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 19 Jun 2016 20:57:40 +0900 Subject: fix Propellor.Types.Exception for GHC 7.6.3 --- src/Propellor/Types/Exception.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor') diff --git a/src/Propellor/Types/Exception.hs b/src/Propellor/Types/Exception.hs index 3a810d55..acefc9ec 100644 --- a/src/Propellor/Types/Exception.hs +++ b/src/Propellor/Types/Exception.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE DeriveDataTypeable #-} + module Propellor.Types.Exception where import Data.Typeable -- cgit v1.2.3