From 20c0366ad8536b7d93f0e357109e18678699b990 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Jun 2016 15:21:56 -0700 Subject: [PATCH] Removed -rtsopts from library stanza. It has no effect, and Hackage wouldn't accept the package. --- pandoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index b18ad3aee..820e417a5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -307,8 +307,8 @@ Library other-modules: Text.Pandoc.Data if os(windows) Cpp-options: -D_WINDOWS - Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind - Ghc-Prof-Options: -fprof-auto-exported -rtsopts + Ghc-Options: -Wall -fno-warn-unused-do-bind + Ghc-Prof-Options: -fprof-auto-exported Default-Language: Haskell98 Other-Extensions: PatternGuards, OverloadedStrings, ScopedTypeVariables, GeneralizedNewtypeDeriving,