summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:47:26 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:57:12 +0000
commit812682bcec8310c15b12f0000af537350ff77525 (patch)
tree01d5924e2c4b473fef37b9692d1f22e60c680ee8 /app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch
parentdev-haskell/glib: bump up to 0.13.4.1 (diff)
downloadgentoo-812682bcec8310c15b12f0000af537350ff77525.tar.gz
gentoo-812682bcec8310c15b12f0000af537350ff77525.tar.bz2
gentoo-812682bcec8310c15b12f0000af537350ff77525.zip
app-forensics/quickfuzz: tweak for ghc-8.0.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch')
-rw-r--r--app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch b/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch
new file mode 100644
index 000000000000..34e92089b53f
--- /dev/null
+++ b/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch
@@ -0,0 +1,9 @@
+diff --git a/src/Check.hs b/src/Check.hs
+index b38a56a..246bf24 100644
+--- a/src/Check.hs
++++ b/src/Check.hs
+@@ -23,3 +23,3 @@ import System.Posix.Env
+ import System.Exit
+-import System.Directory
++import System.Directory hiding (getFileSize)
+ import System.IO.Unsafe