Skip to content

Commit

Permalink
Specify ghc options -dynamic and -threaded, see ElvishJerricco/reflex…
Browse files Browse the repository at this point in the history
  • Loading branch information
mtesseract committed Jan 24, 2019
1 parent c9b24bc commit 2a3e510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/frontend.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ executable frontend
main-is: Main.hs
-- other-modules:
-- other-extensions:
ghc-options: -dynamic -threaded
build-depends: base >=4.11 && <4.12, common, reflex-dom, data-default, aeson, text
hs-source-dirs: src
default-language: Haskell2010

0 comments on commit 2a3e510

Please sign in to comment.