diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-29 01:04:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-29 01:04:59 -0400 |
| commit | d7697a4b256e1c154aec875d1f4aea84a19a20d8 (patch) | |
| tree | c1b91ae5d43b95750834aabedad9d5d198d1d505 /src/Propellor/Property/File.hs | |
| parent | 7da64306a0d63cc3b04381c073ab6a7732c19e1a (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/File.hs')
| -rw-r--r-- | src/Propellor/Property/File.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/File.hs b/src/Propellor/Property/File.hs index 7167d61e..12d9202f 100644 --- a/src/Propellor/Property/File.hs +++ b/src/Propellor/Property/File.hs @@ -21,7 +21,7 @@ hasPrivContent :: IsContext c => FilePath -> c -> Property HasInfo hasPrivContent f = hasPrivContentFrom (PrivDataSourceFile (PrivFile f) f) f -- | Like hasPrivContent, but allows specifying a source --- for PrivData, rather than using PrivDataSourceFile. +-- for PrivData, rather than using PrivDataSourceFile . hasPrivContentFrom :: (IsContext c, IsPrivDataSource s) => s -> FilePath -> c -> Property HasInfo hasPrivContentFrom = hasPrivContent' writeFileProtected |
