diff options
Diffstat (limited to 'devel/hs-git-annex/files/patch-Database_Export.hs')
-rw-r--r-- | devel/hs-git-annex/files/patch-Database_Export.hs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/hs-git-annex/files/patch-Database_Export.hs b/devel/hs-git-annex/files/patch-Database_Export.hs deleted file mode 100644 index c277554b1819..000000000000 --- a/devel/hs-git-annex/files/patch-Database_Export.hs +++ /dev/null @@ -1,10 +0,0 @@ ---- Database/Export.hs.orig 2019-06-26 16:31:40 UTC -+++ Database/Export.hs -@@ -10,6 +10,7 @@ - {-# LANGUAGE MultiParamTypeClasses, GeneralizedNewtypeDeriving #-} - {-# LANGUAGE RankNTypes #-} - {-# LANGUAGE CPP #-} -+{-# LANGUAGE UndecidableInstances #-} - - module Database.Export ( - ExportHandle, |