Skip to content

Commit 5ce6b08

Browse files
authored
Merge pull request #6844 from vdukhovni/ghc-master-support
Cabal-install GHC master compat
2 parents e936f7d + 5ff597b commit 5ce6b08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cabal-install/Distribution/Client/Dependency.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ resolveDependencies platform comp pkgConfigDB solver params =
721721
pkgConfigDB preferences constraints targets
722722
where
723723

724-
finalparams @ (DepResolverParams
724+
finalparams@(DepResolverParams
725725
targets constraints
726726
prefs defpref
727727
installedPkgIndex

cabal-install/Distribution/Client/Sandbox.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{-# LANGUAGE CPP #-}
22
{-# LANGUAGE FlexibleContexts #-}
3+
{-# LANGUAGE RankNTypes #-}
34
-----------------------------------------------------------------------------
45
-- |
56
-- Module : Distribution.Client.Sandbox

0 commit comments

Comments
 (0)