summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/quickfuzz/files/quickfuzz-9999-megadeth-ghc-8-gadt.patch')
-rw-r--r--app-forensics/quickfuzz/files/quickfuzz-9999-megadeth-ghc-8-gadt.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-forensics/quickfuzz/files/quickfuzz-9999-megadeth-ghc-8-gadt.patch b/app-forensics/quickfuzz/files/quickfuzz-9999-megadeth-ghc-8-gadt.patch
deleted file mode 100644
index 87d7cf24c8a3..000000000000
--- a/app-forensics/quickfuzz/files/quickfuzz-9999-megadeth-ghc-8-gadt.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Megadeth/Prim.hs b/Megadeth/Prim.hs
-index 2f39336..7911bc3 100644
---- a/bundled/megadeth/Megadeth/Prim.hs
-+++ b/bundled/megadeth/Megadeth/Prim.hs
-@@ -82,2 +82,7 @@ simpleConView tyName c =
- ForallC _ _ innerCon -> simpleConView tyName innerCon
-+#if MIN_VERSION_template_haskell(2,11,0)
-+ -- handling: GadtC [Codec.Picture.Metadata.Gamma] [] (AppT (ConT Codec.Picture.Metadata.Keys) (ConT GHC.Types.Double))
-+ GadtC [n] sts _ -> let ts = map snd sts
-+ in SimpleCon n (count ts) ts
-+#endif
- _ -> error $ "simpleConView: failed on " ++ show c