summaryrefslogtreecommitdiff
path: root/Property/Apt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Property/Apt.hs')
-rw-r--r--Property/Apt.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Property/Apt.hs b/Property/Apt.hs
index 5f6f75e3..d9d4ed27 100644
--- a/Property/Apt.hs
+++ b/Property/Apt.hs
@@ -31,6 +31,7 @@ srcLine l = case words l of
("deb":rest) -> unwords $ "deb-src" : rest
_ -> ""
+stdSections :: [Section]
stdSections = ["main", "contrib", "non-free"]
debCdn :: Suite -> [Line]