bacher09 / darkplaces-rcon

Rcon client for darkplaces
4 stars 1 forks source link

darkplaces-rcon-util-0.1 doesn't compile with GHC 7.10.x #1

Closed peti closed 9 years ago

peti commented 9 years ago

http://packdeps.haskellers.com/feed?needle=darkplaces-rcon-util

Would it be possible to get an updated release that can be built with GHC 7.10.x? We're running into these errors on NixOS: http://hydra.cryp.to/build/887223/log/raw.

peti commented 9 years ago

Will you release a new version?

bacher09 commented 9 years ago

Yep, wait a minute.

bacher09 commented 9 years ago

It seems hackage have problems with if impl(time < 1.5) directive in cabal file. It returns Unknown compiler name 'time'.

bacher09 commented 9 years ago

Unfortunately it works only for compiller version.

peti commented 9 years ago

Yes, to achieve what you'd like to do, you need to define a flag, like old-time.

peti commented 9 years ago

Or use http://hackage.haskell.org/package/time-compat.

bacher09 commented 9 years ago

Thanks for collaboration. Fixed in 0.1.1