diff options
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
