From 8d457a36b3bfef34ca618f2cc246c48414e3528f Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 29 Jan 2018 10:15:27 +0800 Subject: [PATCH] Fix a cabal warning by adding Build_stack to generated-other-modules --- package.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index a36ad8f3b4..76bd6725dc 100644 --- a/package.yaml +++ b/package.yaml @@ -276,12 +276,11 @@ executables: stack: main: Main.hs source-dirs: src/main + generated-other-modules: Build_stack ghc-options: - -threaded dependencies: - stack - other-modules: - - Paths_stack when: - condition: flag(static) ld-options: