diff options
| author | Kierán Meinhardt <kieran.meinhardt@gmail.com> | 2020-10-07 13:58:19 +0200 |
|---|---|---|
| committer | Kierán Meinhardt <kieran.meinhardt@gmail.com> | 2020-10-07 13:58:19 +0200 |
| commit | cf280bbff2ba3d415df344eb2f5853d92c376188 (patch) | |
| tree | a8997b775251edf4027ee0dc4c3265f3888c733d | |
| parent | f9df01eb4b98fc37393f35a8c2b4793b895f8333 (diff) | |
much.cabal: remove -threaded from library
| -rw-r--r-- | much.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,4 +118,4 @@ library , wai , warp default-language: Haskell2010 - ghc-options: -O2 -Wall -threaded + ghc-options: -O2 -Wall |
