You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/cabal/files/cabal-2.0.0.2-no-bootstrap....

11 lines
255 B

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 ()