blob: 9cf7fd373cd4222b8a7ba278b8372eca93ca6cea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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
|