Skip to content

Commit 9ef39fc

Browse files
committed
Apply review suggestion regarding the cabal file
1 parent 8f035bf commit 9ef39fc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

bench/cardano-recon-framework/cardano-recon-framework.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ executable cardano-recon-grep
171171
main-is: Cardano/ReConGrep.hs
172172

173173
ghc-options: -O2
174-
-threaded
175-
-rtsopts
176-
"-with-rtsopts=-N2"
177174

178175
build-depends:
179176
base
@@ -185,7 +182,7 @@ executable cardano-recon-grep
185182
, mtl
186183
, time
187184
, cardano-recon-framework
188-
, trace-dispatcher ^>= 2.12
185+
, trace-dispatcher
189186
, optparse-applicative
190187

191188
hs-source-dirs: app

0 commit comments

Comments
 (0)