diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-17 11:33:02 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-17 11:33:02 -0700 |
| commit | 3a3975030ddbb4bf3660f25f7bbfde5670dc70f0 (patch) | |
| tree | 85af97704eaf4f517d82f1e98be7e9d5f7ebea5e /src | |
| parent | 4a53c94f58b160bc05d3d9c034b9e187f4323ecd (diff) | |
haddock prune option
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 8c538fa0..32df83e0 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -1,3 +1,5 @@ +{-# OPTIONS_HADDOCK prune #-} + {-| Maintainer: Sean Whitton <spwhitton@spwhitton.name> @@ -59,7 +61,7 @@ import System.Directory -- | An sbuild schroot, such as would be listed by @schroot -l@ -- -- Parts of the sbuild toolchain cannot distinguish between schroots with both --- the same suite and the same architecture, so neither do we. +-- the same suite and the same architecture, so neither do we data SbuildSchroot = SbuildSchroot Suite Architecture -- | Build and configure a schroot for use with sbuild using a distribution's |
