From 3fae22e95b939bc8f05bbd624b8a03ea542fc345 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 23:49:15 -0400 Subject: changed Arch to String type --- Propellor/Types.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Propellor/Types.hs') diff --git a/Propellor/Types.hs b/Propellor/Types.hs index c18cc7b7..bcb5efd1 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -40,8 +40,7 @@ data DebianSuite = Experimental | Unstable | Testing | Stable | DebianRelease Re type Release = String -data Architecture = Amd64 | I386 | Armel - deriving (Show) +type Architecture = String -- | Results of actions, with color. class ActionResult a where -- cgit v1.3-2-g0d8e