>>232
cabal install foo --constraint=bar==1.0
でいけるらしい
cabal install foo 'bar == 1.0'
とかでもいけたと思う