forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-forensics/quickfuzz: tweak for ghc-8.0.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Sergei Trofimovich
committed
Feb 16, 2017
1 parent
dfcccfc
commit 812682b
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
8 changes: 8 additions & 0 deletions
8
app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-ghc-8.0.2_rc1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
diff --git a/src/Midi.hs b/src/Midi.hs | ||
index 2b7a359..8c4eacc 100644 | ||
--- a/src/Midi.hs | ||
+++ b/src/Midi.hs | ||
@@ -1,2 +1,2 @@ | ||
-{-# LANGUAGE TemplateHaskell, FlexibleInstances#-} | ||
+{-# LANGUAGE TemplateHaskell, FlexibleInstances, OverlappingInstances #-} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters