From 939c642d14b5ecc3289e0bc0a55355201c6db3e1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jul 2017 15:41:02 -0400 Subject: add DeriveDataTypeable --- src/Propellor/Types/Bootloader.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Types/Bootloader.hs b/src/Propellor/Types/Bootloader.hs index c6953b94..4a75503a 100644 --- a/src/Propellor/Types/Bootloader.hs +++ b/src/Propellor/Types/Bootloader.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE FlexibleInstances #-} +{-# LANGUAGE FlexibleInstances, DeriveDataTypeable #-} module Propellor.Types.Bootloader where -- cgit v1.2.3