diff options
Diffstat (limited to 'mywatch.cabal')
-rw-r--r-- | mywatch.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mywatch.cabal b/mywatch.cabal index a9d226a..8b15cf2 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,5 +1,5 @@ name: mywatch -version: 0.1.0 +version: 0.1.1 synopsis: View MySQL processes description: View queries on multiple MySQL servers. Designed to work behind Sproxy. @@ -26,7 +26,7 @@ source-repository head executable mywatch default-language: Haskell2010 - ghc-options: -Wall -static + ghc-options: -Wall -static -threaded hs-source-dirs: src main-is: Main.hs other-modules: |