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/json/files/json-0.4.3-ghc-7.4.patch

11 lines
395 B

diff --git a/Text/JSON.hs b/Text/JSON.hs
index 900e0f8..5b90a2a 100644
--- a/Text/JSON.hs
+++ b/Text/JSON.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -XCPP -XMultiParamTypeClasses -XTypeSynonymInstances #-}
+{-# OPTIONS_GHC -XCPP -XMultiParamTypeClasses -XTypeSynonymInstances -XFlexibleInstances #-}
--------------------------------------------------------------------
-- |
-- Module : Text.JSON