From 139f3ba8ccbee4bf3f6a4f17404d92ddf0b15632 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 22 Nov 2019 08:34:37 +0100 Subject: [PATCH] chore: reformat ghc-options See https://github.com/sol/hpack/issues/237 --- package.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.yaml b/package.yaml index 63bbae415..f4d49bc47 100644 --- a/package.yaml +++ b/package.yaml @@ -237,10 +237,7 @@ executables: uniworx: main: main.hs source-dirs: app - ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts="-N -T" + ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T" dependencies: - uniworx when: