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.
2 parents e936f7d + 5ff597b commit 5ce6b08Copy full SHA for 5ce6b08
cabal-install/Distribution/Client/Dependency.hs
@@ -721,7 +721,7 @@ resolveDependencies platform comp pkgConfigDB solver params =
721
pkgConfigDB preferences constraints targets
722
where
723
724
- finalparams @ (DepResolverParams
+ finalparams@(DepResolverParams
725
targets constraints
726
prefs defpref
727
installedPkgIndex
cabal-install/Distribution/Client/Sandbox.hs
@@ -1,5 +1,6 @@
1
{-# LANGUAGE CPP #-}
2
{-# LANGUAGE FlexibleContexts #-}
3
+{-# LANGUAGE RankNTypes #-}
4
-----------------------------------------------------------------------------
5
-- |
6
-- Module : Distribution.Client.Sandbox
0 commit comments