summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2017-08-23 11:48:23 -0400
committerJoey Hess2017-08-23 11:48:23 -0400
commit78cb340ea96a20c9045079fe11147d544c28b58b (patch)
tree7551e87fc8dd87c883c61c136c056e19442357af /src/Propellor/Bootstrap.hs
parent45371cdfcc5d740f4814947614e112c201259987 (diff)
parent5ec42dd1b78c5d60d53c00d6494511c4b2adb943 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs2
1 files changed, 1 insertions, 1 deletions
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)