fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ
authorsheepluva
Sat, 07 Jun 2014 16:21:21 +0200
changeset 10257 649f1231cd70
parent 10256 b07288b729c4
child 10258 4b7aa967f1e7
fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ (see http://www.hedgewars.org/node/5860 ) big thanks to burp for helping to identify and fix this issue
gameServer/hedgewars-server.cabal
--- a/gameServer/hedgewars-server.cabal	Thu Jun 05 23:42:46 2014 +0400
+++ b/gameServer/hedgewars-server.cabal	Sat Jun 07 16:21:21 2014 +0200
@@ -8,12 +8,14 @@
 Maintainer:          unC0Rr@hedgewars.org
 Category:            Game
 Build-type:          Simple
-Cabal-version:       >=1.2
+Cabal-version:       >=1.10
 
 
 Executable hedgewars-server
   main-is: hedgewars-server.hs
 
+  default-language:    Haskell2010
+
   Build-depends:
     base >= 4.3,
     containers,