Compile Problem (on Debian)
> make
[ 0%] Generating ../bin/hedgewars-server
CoreTypes.hs:11:7:
Could not find module `Data.Time':
Use -v to see a list of the files searched for.
make[2]: *** [bin/hedgewars-server] Fehler 1
make[1]: *** [gameServer/CMakeFiles/hedgewars-server.dir/all] Fehler 2
make: *** [all] Fehler 2
After getting all problems for cmake solved and the hint to
install "apt-get install libghc6-network-dev libghc6-stm-dev"
i am now stuck on Data.Time
I think its a ghc6 part, but then? How to get further?
Edit: it is libghc6-time-dev but this brings up a new thing 'Codec.Binary.UTF8.String'
Edit2: Which is libghc6-utf8-string-dev
Edit3: Now 'Codec.Binary.Base64' i found it here, but whats the package name? http://hackage.haskell.org/package/base64-string
libghc6-utf8-string-dev
libghc6-dataenc-dev