HaliteChallenge / Halite

@twosigma's first artificial intelligence programming challenge
https://2016.halite.io
MIT License
194 stars 97 forks source link

Add Stack for Haskell support #208

Open TiltMeSenpai opened 7 years ago

truell20 commented 7 years ago

Could you elaborate?

TiltMeSenpai commented 7 years ago

Stack (https://docs.haskellstack.org/en/stable/README/) is a package/environment manager for Haskell. I'm currently working on a starter package for Haskell, but installing the toolchain + libraries needed in addition to actually compiling a bot may push the 10 minute limit. In either case, it wouldn't make sense to have a starter package pulling down and compiling a toolchain every time.

truell20 commented 7 years ago

Great. Will do so on the haskell branch.

TiltMeSenpai commented 7 years ago

Awesome, thanks. I'll pr into it when I get this damned parser working.

Kesanov commented 7 years ago

@jano017 you might want to check PR #197

TiltMeSenpai commented 7 years ago

Ah, cool. I thought I searched the issues for Haskell, but either I'm imagining things or I can't read. Possibly both.