--- haskell-say.orig/say.cabal +++ haskell-say/say.cabal @@ -33,7 +33,7 @@ , say , temporary , text - ghc-options: -threaded -rtsopts -with-rtsopts=-N + ghc-options: -threaded -rtsopts default-language: Haskell2010 benchmark say-bench @@ -46,7 +46,7 @@ , say , temporary , text - ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N + ghc-options: -threaded -O2 -rtsopts default-language: Haskell2010 source-repository head