summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--presence.cabal4
1 files changed, 1 insertions, 3 deletions
diff --git a/presence.cabal b/presence.cabal
index c37e1aff..4d4c0501 100644
--- a/presence.cabal
+++ b/presence.cabal
@@ -16,8 +16,7 @@ library
16 cpp-options: -DRENDERFLUSH 16 cpp-options: -DRENDERFLUSH
17 c-sources: Presence/monitortty.c 17 c-sources: Presence/monitortty.c
18 hs-source-dirs: . Presence 18 hs-source-dirs: . Presence
19 ghc-prof-options: -DNOUTMP 19 ghc-options: -O2 -fwarn-unused-binds
20 ghc-options: -O2 -fwarn-unused-binds -threaded
21 hs-source-dirs: . Presence 20 hs-source-dirs: . Presence
22 build-depends: 21 build-depends:
23 base, 22 base,
@@ -78,7 +77,6 @@ executable presence
78 buildable: True 77 buildable: True
79 cpp-options: -DRENDERFLUSH 78 cpp-options: -DRENDERFLUSH
80 hs-source-dirs: . 79 hs-source-dirs: .
81 ghc-prof-options: -DNOUTMP
82 ghc-options: -O2 -fwarn-unused-binds -threaded 80 ghc-options: -O2 -fwarn-unused-binds -threaded
83 build-depends: 81 build-depends:
84 base, presence, 82 base, presence,