From 7bd11859aeab19130e51a1607fd262f6a23b58ca Mon Sep 17 00:00:00 2001 From: FĂ©lix Sipma Date: Mon, 20 Jun 2016 12:27:24 +0200 Subject: add DeriveDataTypeable extension to Exception --- src/Propellor/Types/Exception.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Types') diff --git a/src/Propellor/Types/Exception.hs b/src/Propellor/Types/Exception.hs index 3a810d55..9fdcab93 100644 --- a/src/Propellor/Types/Exception.hs +++ b/src/Propellor/Types/Exception.hs @@ -1,10 +1,11 @@ +{-# LANGUAGE DeriveDataTypeable #-} module Propellor.Types.Exception where import Data.Typeable import Control.Exception --- | Normally when an exception is encountered while propellor is --- ensuring a property, the property fails, but propellor robustly +-- | Normally when an exception is encountered while propellor is +-- ensuring a property, the property fails, but propellor robustly -- continues on to the next property. -- -- This is the only exception that will stop the entire propellor run, -- cgit v1.2.3