aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs
blob: 174237d09120960929ad6ca72210977252be6972 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                                                                    
--- Storage/Hashed/Monad.hs.orig	2014-04-07 13:32:06 UTC
+++ Storage/Hashed/Monad.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances #-}
+{-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances, FlexibleContexts #-}
 
 -- | An experimental monadic interface to Tree mutation. The main idea is to
 -- simulate IO-ish manipulation of real filesystem (that's the state part of