summaryrefslogtreecommitdiff
path: root/devel/hs-hashed-storage/files/patch-Storage_Hashed_Index.hs
blob: df8aba9439fb48e2818f43aca62dbe0b14c6232b (plain) (blame)
1
2
3
4
5
6
7
8
--- Storage/Hashed/Index.hs.orig	2014-04-07 13:32:06 UTC
+++ Storage/Hashed/Index.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, ScopedTypeVariables, MultiParamTypeClasses #-}
+{-# LANGUAGE CPP, ScopedTypeVariables, MultiParamTypeClasses, FlexibleContexts #-}
 
 -- | This module contains plain tree indexing code. The index itself is a
 -- CACHE: you should only ever use it as an optimisation and never as a primary