You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7...

9 lines
321 B

diff --git a/Storage/Hashed/Monad.hs b/Storage/Hashed/Monad.hs
index 67287b4..bf8ad38 100644
--- a/Storage/Hashed/Monad.hs
+++ b/Storage/Hashed/Monad.hs
@@ -1,2 +1,3 @@
{-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances #-}
+{-# LANGUAGE FlexibleContexts #-}