summaryrefslogtreecommitdiff
path: root/app-forensics/quickfuzz/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-forensics/quickfuzz/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-forensics/quickfuzz/files')
-rw-r--r--app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch21
-rw-r--r--app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch9
-rw-r--r--app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-ghc-8.0.2_rc1.patch8
3 files changed, 0 insertions, 38 deletions
diff --git a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch b/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch
deleted file mode 100644
index 6e0f25636b6a..000000000000
--- a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-derive-2.6.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/DeriveShow.hs b/src/DeriveShow.hs
-index c11dd03..40cc205 100644
---- a/src/DeriveShow.hs
-+++ b/src/DeriveShow.hs
-@@ -1,5 +1,5 @@
- {-# LANGUAGE TemplateHaskell #-}
-+{-# LANGUAGE StandaloneDeriving #-}
- module DeriveShow where
-
--import Data.Derive.Show
- import Data.DeriveTH
-@@ -12,3 +12,2 @@ isArbInsName = isinsName ''Show
- devShow :: Name -> Q [Dec]
--devShow = megaderive (derive makeShow) isArbInsName
--
-+devShow = megaderive (\n -> [d| deriving instance Show $(return (ConT n)) |]) isArbInsName
---- a/QuickFuzz.cabal
-+++ b/QuickFuzz.cabal
-@@ -75,0 +75,1 @@ executable QuickFuzz
-+ default-extensions: StandaloneDeriving
-
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
deleted file mode 100644
index 34e92089b53f..000000000000
--- a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-directory-1.3.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-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
diff --git a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-ghc-8.0.2_rc1.patch b/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-ghc-8.0.2_rc1.patch
deleted file mode 100644
index 0e8abbd9d796..000000000000
--- a/app-forensics/quickfuzz/files/quickfuzz-0.1_p20160920-ghc-8.0.2_rc1.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-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 #-}
-