We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9698a71 commit 7b27c1aCopy full SHA for 7b27c1a
cabal-install-solver/src/Distribution/Solver/Types/Stage.hs
@@ -12,7 +12,7 @@ data Stage
12
Build
13
| -- | -- The system where the built artifacts will run
14
Host
15
- deriving (Eq, Read, Show, Generic, Typeable)
+ deriving (Eq, Ord, Read, Show, Generic, Typeable)
16
17
instance Binary Stage
18
instance Structured Stage
0 commit comments