summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-26 21:50:50 -0400
committerJoey Hess2016-03-26 21:50:50 -0400
commite2522c851b600f16148509992a98e63a4dd9b4f7 (patch)
treece3bf669c38e9dd728a4b75e902872320be5086d /src/Propellor/Types.hs
parent46fc5467e633a9c1f149cb0cd7ee03af1e9e0aa1 (diff)
add back DeriveDataTypeable
needed for ghc 7.6.3
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs1
1 files changed, 1 insertions, 0 deletions
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(..)