From 12cdc6d324c7d7abd62cc05aea2490b3cbdab059 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Oct 2015 11:26:39 -0400 Subject: propellor spin --- src/Propellor/Property/Partition.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Partition.hs') 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 -- cgit v1.2.3