summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorZihao Wang2016-12-26 11:13:16 +0800
committerZihao Wang2017-02-03 22:33:06 +0800
commit442fa3706de3d7329552c78d314b5a8f653ca65d (patch)
tree91fde7dd236be28d8e7bd194a13e8afebe03763a /src/Propellor/Types.hs
parent39afe530d4bd43c0e4f4142a03e375019222a8b8 (diff)
add types for Arch Linux
Signed-off-by: Zihao Wang <dev@wzhd.org>
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 6d6b14ea..23066c18 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -24,6 +24,7 @@ module Propellor.Types (
, DebianLike
, Debian
, Buntish
+ , ArchLinux
, FreeBSD
, HasInfo
, type (+)