summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
diff options
context:
space:
mode:
authorJoey Hess2017-07-26 15:41:02 -0400
committerJoey Hess2017-07-26 15:41:02 -0400
commit939c642d14b5ecc3289e0bc0a55355201c6db3e1 (patch)
treeb40c8b179f5bb67079acd041f5c82f60986e943b /src/Propellor/Types
parent80e2c5892ee0ebfd8da6d36b6683373d0b9b156c (diff)
add DeriveDataTypeable
Diffstat (limited to 'src/Propellor/Types')
-rw-r--r--src/Propellor/Types/Bootloader.hs2
1 files changed, 1 insertions, 1 deletions
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