diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 21:50:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 21:50:50 -0400 |
| commit | e2522c851b600f16148509992a98e63a4dd9b4f7 (patch) | |
| tree | ce3bf669c38e9dd728a4b75e902872320be5086d /src | |
| parent | 46fc5467e633a9c1f149cb0cd7ee03af1e9e0aa1 (diff) | |
add back DeriveDataTypeable
needed for ghc 7.6.3
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types.hs | 1 |
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(..) |
