diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 21:00:30 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-01 21:00:30 +0000 |
commit | aeda44c46a58d3698700e721ede57541f807359f (patch) | |
tree | 5bf1b6477b460a7c2b78d0db57077f0f40a80c04 /Text/Pandoc | |
parent | 5383db206bb1fdd1ac40671068fa6070185a35e5 (diff) | |
download | pandoc-aeda44c46a58d3698700e721ede57541f807359f.tar.gz |
Added pragma to Text/Pandoc/Shared.hs to get rid of "orphan instance" warnings.
(These are caused by the Lift instance for ByteString.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1361 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Text/Pandoc')
-rw-r--r-- | Text/Pandoc/Shared.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Text/Pandoc/Shared.hs b/Text/Pandoc/Shared.hs index ea576472d..a310daaf0 100644 --- a/Text/Pandoc/Shared.hs +++ b/Text/Pandoc/Shared.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-orphans #-} {- Copyright (C) 2006-8 John MacFarlane <jgm@berkeley.edu> |