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 b61da63 commit eee88c8Copy full SHA for eee88c8
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