ComputerScienceHouse / csh-eval

REPL for PEOPLE
MIT License
7 stars 5 forks source link

removed package version constraints #133

Closed sdemos closed 8 years ago

sdemos commented 8 years ago

stack guarantees packages in a resolver working together, and there is only one version of each package connected to each resolver, so this removes the pain from updating. Well, the manual version updating pain. The rest of the pain is still there.

sdemos commented 8 years ago

for some reason circle decided it needed to do an uncached build, so this may take a little while...

TravisWhitaker commented 8 years ago

I'm able to successfully do a clean build (I tearfully sacrificed my stack package cache) of this PR (and #135, not that its changes are relevant to local builds) so I'm of the opinion that we should go ahead and merge these. I'll give anyone paying attention a few minutes to object, otherwise I'll go ahead and merge them.