@minoru Doesn't it pull them like every other dependency when you adjust your cabal file and hit `cabal build`?
@L29Ah Oops! I was specifying --constrain 'bytestring == 1.12.0.2'
, which failed because 1.12.0.2 doesn't exist. The error message looked just like the one I get if a dependency can't be satisfied.
Thanks :)
@L29Ah Why do I have to install them? Can't I make Cabal pull it from Hackage like every other dependency?
I don't want to pollute my system with packages installed via Cabal. Although I think Cabal now has some sort of a sandbox, perhaps I should look into that.