diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:26:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 11:26:39 -0400 |
| commit | 12cdc6d324c7d7abd62cc05aea2490b3cbdab059 (patch) | |
| tree | 47c388e72fb232174fb87100fde980462a55598c /src/Propellor/Property/Partition.hs | |
| parent | 3c0575f156eead78ed98a8cd9276bc663c8d587c (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Partition.hs')
| -rw-r--r-- | src/Propellor/Property/Partition.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Partition.hs b/src/Propellor/Property/Partition.hs index fd3c7930..d39ceea6 100644 --- a/src/Propellor/Property/Partition.hs +++ b/src/Propellor/Property/Partition.hs @@ -11,7 +11,7 @@ import Data.List -- | Filesystems etc that can be used for a partition. data Fs = EXT2 | EXT3 | EXT4 | BTRFS | REISERFS | XFS | FAT | VFAT | NTFS | LinuxSwap - deriving (Show) + deriving (Show, Eq) data Eep = YesReallyFormatPartition |
