diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-26 15:41:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-26 15:41:02 -0400 |
| commit | 939c642d14b5ecc3289e0bc0a55355201c6db3e1 (patch) | |
| tree | b40c8b179f5bb67079acd041f5c82f60986e943b /src | |
| parent | 80e2c5892ee0ebfd8da6d36b6683373d0b9b156c (diff) | |
add DeriveDataTypeable
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/Bootloader.hs | 2 |
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 |
