Skip to content

Commit 7b27c1a

Browse files
committed
Add Ord Stage
1 parent 9698a71 commit 7b27c1a

File tree

1 file changed

+1
-1
lines changed
  • cabal-install-solver/src/Distribution/Solver/Types

1 file changed

+1
-1
lines changed

cabal-install-solver/src/Distribution/Solver/Types/Stage.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data Stage
1212
Build
1313
| -- | -- The system where the built artifacts will run
1414
Host
15-
deriving (Eq, Read, Show, Generic, Typeable)
15+
deriving (Eq, Ord, Read, Show, Generic, Typeable)
1616

1717
instance Binary Stage
1818
instance Structured Stage

0 commit comments

Comments
 (0)