Skip to content

Instantly share code, notes, and snippets.

@hasufell
Created August 25, 2016 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasufell/386f6da57d05b6a025249b5383362eb7 to your computer and use it in GitHub Desktop.
Save hasufell/386f6da57d05b6a025249b5383362eb7 to your computer and use it in GitHub Desktop.
From feafad9422a76fbb0f07dda05f74c3c14e39d068 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sun, 24 Jul 2016 22:18:49 +0200
Subject: [PATCH] Foo
---
Setup.lhs | 1 +
1 file changed, 1 insertion(+)
diff --git a/Setup.lhs b/Setup.lhs
index e6925c0..9a27457 100644
--- a/Setup.lhs
+++ b/Setup.lhs
@@ -43,6 +43,7 @@ mysqlBuildInfo lbi = do
return emptyBuildInfo {
ldOptions = ldOptions,
+ sharedOptions = [(GHC, ldOptions)],
includeDirs = includeDirs
}
where
--
2.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment