Skip to content

Commit

Permalink
Merge pull request haskell#6844 from vdukhovni/ghc-master-support
Browse files Browse the repository at this point in the history
Cabal-install GHC master compat
  • Loading branch information
phadej authored Jun 8, 2020
2 parents e936f7d + 5ff597b commit 5ce6b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Dependency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ resolveDependencies platform comp pkgConfigDB solver params =
pkgConfigDB preferences constraints targets
where

finalparams @ (DepResolverParams
finalparams@(DepResolverParams
targets constraints
prefs defpref
installedPkgIndex
Expand Down
1 change: 1 addition & 0 deletions cabal-install/Distribution/Client/Sandbox.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE RankNTypes #-}
-----------------------------------------------------------------------------
-- |
-- Module : Distribution.Client.Sandbox
Expand Down

0 comments on commit 5ce6b08

Please sign in to comment.