slyfox 15/08/01 15:31:19 Added: hashed-storage-0.5.11-ghc-7.10.patch Log: Fix build failure against ghc-7.10. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.1 dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch?rev=1.1&content-type=text/plain Index: hashed-storage-0.5.11-ghc-7.10.patch =================================================================== 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 #-}
