Skip to content

Instantly share code, notes, and snippets.

View the-real-blackh's full-sized avatar

Stephen Blackheath the-real-blackh

View GitHub Profile
@the-real-blackh
the-real-blackh / ios-and-host-arch-host-os-options.patch
Created February 19, 2013 07:58
Add --host-os and --host-arch command-line options and "ios" os
diff --git a/Cabal/Distribution/Simple/Bench.hs b/Cabal/Distribution/Simple/Bench.hs
index f34c888..4f1d30f 100644
--- a/Cabal/Distribution/Simple/Bench.hs
+++ b/Cabal/Distribution/Simple/Bench.hs
@@ -54,7 +54,8 @@ import Distribution.Simple.InstallDirs
, substPathTemplate , toPathTemplate, PathTemplate )
import qualified Distribution.Simple.LocalBuildInfo as LBI
( LocalBuildInfo(..) )
-import Distribution.Simple.Setup ( BenchmarkFlags(..), fromFlag )
+import Distribution.Simple.Setup