slyfox      15/07/26 14:01:13

  Added:                certificate-1.3.9-ghc-7.10.patch
  Log:
  Port to 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/certificate/files/certificate-1.3.9-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch?rev=1.1&content-type=text/plain

Index: certificate-1.3.9-ghc-7.10.patch
===================================================================
diff --git a/Data/Certificate/X509/Cert.hs b/Data/Certificate/X509/Cert.hs
index 4abfadf..15e7bf8 100644
--- a/Data/Certificate/X509/Cert.hs
+++ b/Data/Certificate/X509/Cert.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
 module Data.Certificate.X509.Cert
         (
diff --git a/Data/Certificate/X509/Ext.hs b/Data/Certificate/X509/Ext.hs
index 7595f14..8963a55 100644
--- a/Data/Certificate/X509/Ext.hs
+++ b/Data/Certificate/X509/Ext.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
 -- |
 -- Module      : Data.Certificate.X509.Ext




Reply via email to