summaryrefslogtreecommitdiff
path: root/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch')
-rw-r--r--sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch b/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch
deleted file mode 100644
index 9bba347fa292..000000000000
--- a/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs
-index 5e1da8b..7c34548 100644
---- a/src/full/Agda/Utils/HashMap.hs
-+++ b/src/full/Agda/Utils/HashMap.hs
-@@ -5,7 +5,7 @@ module Agda.Utils.HashMap
- ) where
-
- import Data.Hashable
--import Data.HashMap.Strict as HashMap
-+import Data.HashMap.Strict as HashMap (HashMap, filter, lookup, insert, delete, empty, insertWith, toList, adjust, union, unionWith, elems, fromList, (!), keys, map, unions, foldr)
- import qualified Data.Maybe as Maybe
-
- -- | Like 'Data.Map.Strict.mapMaybe'.