From 5ec42dd1b78c5d60d53c00d6494511c4b2adb943 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Aug 2017 11:48:18 -0400 Subject: Add Typeable instance to Bootstrapper, fixing build with old versions of ghc. (Previous attempt was incomplete.) --- src/Propellor/Bootstrap.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Bootstrap.hs') diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 21d29bcc..08af6878 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -33,7 +33,7 @@ type ShellCommand = String -- `OSOnly` uses the OS's native packages of Cabal and all of propellor's -- build dependencies. It may not work on all systems. data Bootstrapper = Robustly Builder | OSOnly - deriving (Show) + deriving (Show, Typeable) data Builder = Cabal | Stack deriving (Show, Typeable) -- cgit v1.2.3