diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-13 12:42:10 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-13 12:42:10 -0400 |
| commit | 3ae193011af030e0995eb88b152482fb4c4e6e3e (patch) | |
| tree | d3c80df24fff00b284b32ef62b6ce412c2df194f | |
| parent | fb0f0f75338304311ee868c2704e749333908c35 (diff) | |
export Builder
| -rw-r--r-- | src/Propellor/Property/Bootstrap.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Bootstrap.hs b/src/Propellor/Property/Bootstrap.hs index 93529c14..91d1a82f 100644 --- a/src/Propellor/Property/Bootstrap.hs +++ b/src/Propellor/Property/Bootstrap.hs @@ -3,6 +3,7 @@ module Propellor.Property.Bootstrap ( Bootstrapper(..), + Builder(..), bootstrapWith, RepoSource(..), bootstrappedFrom, |
