summarylogtreecommitdiffstats
path: root/orphans.patch
diff options
context:
space:
mode:
authorJoão Miguel2016-08-20 21:02:26 +0100
committerJoão Miguel2016-08-20 21:02:26 +0100
commitf13450e03efd6eff02207a656fcde68928815bdf (patch)
tree32aa3de72d28a0764259bf4c6e76c4157e158d0a /orphans.patch
downloadaur-f13450e03efd6eff02207a656fcde68928815bdf.tar.gz
Initial commit, patched as the package upstream is old
Diffstat (limited to 'orphans.patch')
-rw-r--r--orphans.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/orphans.patch b/orphans.patch
new file mode 100644
index 000000000000..e9319e5e2f01
--- /dev/null
+++ b/orphans.patch
@@ -0,0 +1,11 @@
+--- src/HSH-2.1.2/HSH.cabal 2014-10-28 13:00:59.000000000 +0000
++++ HSH.cabal 2016-08-20 20:40:16.529988440 +0100
+@@ -32,7 +32,7 @@
+ bytestring
+ if !os(windows)
+ Build-Depends: unix
+- GHC-Options: -O2 -threaded -Wall
++ GHC-Options: -O2 -threaded -Wall -Wno-orphans
+
+ Executable runtests
+ if flag(buildtests)