summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
diff options
context:
space:
mode:
authorJoey Hess2016-03-28 03:52:30 -0400
committerJoey Hess2016-03-28 03:52:30 -0400
commitd725caa03420d5f3b9ffe6124de39ab00979f7cb (patch)
tree51638a7a86d7d7f8a5ac9f9d7ce57d449cff0d0e /src/Propellor/Property/Apt.hs
parentc0a16142a374c6f4eea6b781385402d66133f177 (diff)
backports are debian only
Diffstat (limited to 'src/Propellor/Property/Apt.hs')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index c8ad92e4..2199d950 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -157,7 +157,7 @@ installed' params ps = robustly $ check (isInstallable ps) go
where
go = runApt (params ++ ["install"] ++ ps)
-installedBackport :: [Package] -> Property DebianLike
+installedBackport :: [Package] -> Property Debian
installedBackport ps = withOS desc $ \w o -> case o of
(Just (System (Debian suite) _)) -> case backportSuite suite of
Nothing -> unsupportedOS