diff options
Diffstat (limited to 'Property/Apt.hs')
| -rw-r--r-- | Property/Apt.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Property/Apt.hs b/Property/Apt.hs index 4d58574f..653c0fca 100644 --- a/Property/Apt.hs +++ b/Property/Apt.hs @@ -7,6 +7,7 @@ import System.IO import Control.Monad import Property +import qualified Property.File as File import Utility.SafeCommand import Utility.Process @@ -47,7 +48,7 @@ stdSourcesList :: Suite -> Property stdSourcesList = setSourcesList . debCdn setSourcesList :: [Line] -> Property -setSourcesList ls = fileHasContent sourcesList ls `onChange` update +setSourcesList ls = sourcesList `File.hasContent` ls `onChange` update runApt :: [CommandParam] -> Property runApt ps = cmdProperty' "apt-get" ps env |
