summaryrefslogtreecommitdiff
path: root/dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-07-25 09:33:26 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-07-25 09:33:26 +0100
commit174878e1e1f80c703e10396e5fff115a30895718 (patch)
tree53f46152986c0a4719b0cd2bbe6bce5682d8cc5d /dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch
parentaf1b89ed4afd1fe3df9f675361d45232242509f3 (diff)
downloadgentoo-174878e1e1f80c703e10396e5fff115a30895718.tar.gz
gentoo-174878e1e1f80c703e10396e5fff115a30895718.tar.bz2
gentoo-174878e1e1f80c703e10396e5fff115a30895718.zip
dev-haskell/cabal: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch')
-rw-r--r--dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch b/dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch
deleted file mode 100644
index 2eed504b5654..000000000000
--- a/dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/Setup.hs b/Setup.hs
-index 42784ab..6bb3f8a 100644
---- a/Setup.hs
-+++ b/Setup.hs
-@@ -1,2 +1,4 @@
--import Distribution.Simple
-+{-# LANGUAGE PackageImports #-}
-+-- forces not to use local files
-+import "Cabal" Distribution.Simple
- main :: IO ()