gameServer/hedgewars-server.cabal
changeset 11854 0b8f2116aa26
parent 11838 8f730ba4ca3c
child 11855 ad435d95ca4b
--- a/gameServer/hedgewars-server.cabal	Sat Oct 01 19:06:12 2016 +0200
+++ b/gameServer/hedgewars-server.cabal	Sat Oct 01 20:56:42 2016 +0300
@@ -5,7 +5,7 @@
 Homepage:            http://www.hedgewars.org/
 License:             GPL-2
 Author:              unC0Rr
-Maintainer:          unC0Rr@hedgewars.org
+Maintainer:          a.korotaev@hedgewars.org
 Category:            Game
 Build-type:          Simple
 Cabal-version:       >=1.10
@@ -32,7 +32,8 @@
     utf8-string,
     SHA,
     entropy,
-    zlib >= 0.5.3 && < 0.6
+    zlib >= 0.5.3 && < 0.6,
+    regex-tdfa
 
   if !os(windows)
     build-depends: unix