Skip to content

Commit 797f7b2

Browse files
committed
Fix FTP issue
1 parent c0bf482 commit 797f7b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Data/Hashable.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ import Data.Hashable.Class
7979
#ifdef GENERICS
8080
import Data.Hashable.Generic ()
8181
#endif
82+
#if !MIN_VERSION_base(4,8,0)
83+
import Data.Foldable (Foldable (..))
84+
#endif
8285

8386
-- $security
8487
-- #security#

0 commit comments

Comments
 (0)