diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 23:49:15 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 23:49:15 -0400 |
| commit | 3fae22e95b939bc8f05bbd624b8a03ea542fc345 (patch) | |
| tree | 9273d74d8f8e6eab8b5fe5d4f5454e5f8815bd52 /Propellor/Types.hs | |
| parent | a200bcd85a0d2b89ed0dea67dfe693f03ddac7e7 (diff) | |
changed Arch to String type
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 |
