gameServer/OfficialServer/DBInteraction.hs
changeset 3500 af8390d807d6
parent 3425 ead2ed20dfd4
child 3671 a94d1dc4a8d9
equal deleted inserted replaced
3499:66eba4e41b91 3500:af8390d807d6
     1 {-# LANGUAGE CPP, ScopedTypeVariables #-}
     1 {-# LANGUAGE CPP, ScopedTypeVariables, OverloadedStrings #-}
     2 module OfficialServer.DBInteraction
     2 module OfficialServer.DBInteraction
     3 (
     3 (
     4     startDBConnection
     4     startDBConnection
     5 ) where
     5 ) where
     6 
     6