From b17a3ef12038de50228bade1f05502c74e135321 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Sep 2020 14:09:07 +0100 Subject: gentoo resync : 02.09.2020 --- dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch | 5 +++++ dev-haskell/wxcore/files/wxcore-0.92.3.0-cabal-3.patch | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch create mode 100644 dev-haskell/wxcore/files/wxcore-0.92.3.0-cabal-3.patch (limited to 'dev-haskell/wxcore/files') diff --git a/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch b/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch new file mode 100644 index 000000000000..6c7c2c7e9ce5 --- /dev/null +++ b/dev-haskell/wxcore/files/wxcore-0.92.2.0-ghc-8.4.patch @@ -0,0 +1,5 @@ +--- a/src/haskell/Graphics/UI/WXCore/WxcTypes.hs ++++ b/src/haskell/Graphics/UI/WXCore/WxcTypes.hs +@@ -125 +125 @@ import Data.Ix +-import Foreign.C ++import Foreign.C hiding (CBool) diff --git a/dev-haskell/wxcore/files/wxcore-0.92.3.0-cabal-3.patch b/dev-haskell/wxcore/files/wxcore-0.92.3.0-cabal-3.patch new file mode 100644 index 000000000000..b93da91f7f43 --- /dev/null +++ b/dev-haskell/wxcore/files/wxcore-0.92.3.0-cabal-3.patch @@ -0,0 +1,11 @@ +--- a/Setup.hs ++++ b/Setup.hs +@@ -7,7 +7,7 @@ import Data.List (foldl', intersperse, intercalate, nub, lookup, isPrefixOf, isI + import Data.Maybe (fromJust) + import Distribution.PackageDescription hiding (includeDirs) + import qualified Distribution.PackageDescription as PD (includeDirs) +-import Distribution.InstalledPackageInfo(installedPackageId, sourcePackageId, includeDirs) ++import Distribution.InstalledPackageInfo({-installedPackageId,-} sourcePackageId, includeDirs) + import Distribution.Simple + import Distribution.Simple.LocalBuildInfo (LocalBuildInfo, localPkgDescr, installedPkgs, withPrograms, buildDir) + import Distribution.Simple.PackageIndex(SearchResult (..), searchByName, allPackages ) -- cgit v1.2.3