Skip to content

Commit

Permalink
Merge pull request #1294 from input-output-hk/lc/exe-threaded
Browse files Browse the repository at this point in the history
enable -threaded on hydra-explorer exe
  • Loading branch information
ffakenz authored Feb 7, 2024
2 parents 624441c + 3432600 commit 293c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-explorer/hydra-explorer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ common project-config

library
import: project-config
ghc-options: -threaded -rtsopts -with-rtsopts=-N
hs-source-dirs: src
ghc-options: -haddock
build-depends:
Expand All @@ -63,6 +62,7 @@ library
executable hydra-explorer
import: project-config
hs-source-dirs: exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
main-is: Main.hs
build-depends:
, hydra-explorer
Expand Down

0 comments on commit 293c675

Please sign in to comment.