diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-03 08:50:39 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-03 08:50:39 -0700 |
| commit | 99aa052ecfab5fd0c3721f0c84edaf67b12217fc (patch) | |
| tree | 39284600f3f610c07fdef4ec4c7dc73086d10485 | |
| parent | 30a60f8b288b2007d10f08b94ce17bdb91e586bb (diff) | |
reorder
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs index 7e5112fb..5a41edd0 100644 --- a/src/Propellor/Property/DiskImage.hs +++ b/src/Propellor/Property/DiskImage.hs @@ -3,8 +3,8 @@ -- This module is designed to be imported unqualified. module Propellor.Property.DiskImage ( - DiskImage, -- * Properties + DiskImage, imageBuilt, imageRebuilt, imageBuiltFrom, |
