Skip to content

Commit

Permalink
gluafixer-console because stubbornness
Browse files Browse the repository at this point in the history
  • Loading branch information
FPtje committed Jul 25, 2015
1 parent 95bb284 commit 5f8b996
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gluafixer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ executable gluafixer
else
ghc-options: -O3
default-language: Haskell2010

-- The windows program really shows nothing in console with that -optl-mwindows option.
-- Se we'll be equally stubborn and create a separate executable without that option
executable gluafixer-console
main-is: GLuaFixer/Main.hs
other-modules: GLua.AG.AST, GLua.AG.PrettyPrint, GLuaFixer.AG.DarkRPRewrite
other-extensions: FlexibleInstances, TypeSynonymInstances, MultiParamTypeClasses, Rank2Types, FlexibleContexts, NoMonomorphismRestriction, CPP
build-depends: base, filepath >=1.3, uu-parsinglib >=2.8, ListLike >=4.1, uuagc >= 0.9.40.3, uuagc-cabal >= 1.0.3.0, pretty, gtk
hs-source-dirs: src
ghc-options: -O3
default-language: Haskell2010

0 comments on commit 5f8b996

Please sign in to comment.