opnsense-ports/devel/hs-hashed-storage/files/patch-Storage_Hashed_Index.hs
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

8 lines
409 B
Haskell

--- 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