From e2522c851b600f16148509992a98e63a4dd9b4f7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Mar 2016 21:50:50 -0400 Subject: add back DeriveDataTypeable needed for ghc 7.6.3 --- src/Propellor/Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor') diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs index 2bddfc1a..5d6a37cc 100644 --- a/src/Propellor/Types.hs +++ b/src/Propellor/Types.hs @@ -6,6 +6,7 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE DataKinds #-} +{-# LANGUAGE DeriveDataTypeable #-} module Propellor.Types ( Host(..) -- cgit v1.2.3