You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the purescript == ...-style version constraints are getting passed through to Cabal, intentionally or otherwise.
Running the above in that order locally on my machine caused a rebuild between purescript-0.8.5.0 and purescript == 0.8.5.* despite them both resolving to the same version and there being no newer release of purescript.
With that aforementioned sequence, the following symlinks appear in ~/.ambiata/mafia/bin/:
The following commands all work to install
purescript
version 0.8.5.0:env MAFIA_HAPPY=true MAFIA_ALEX=true support/purs/bin/mafia install purescript
env MAFIA_HAPPY=true MAFIA_ALEX=true support/purs/bin/mafia install 'purescript == 0.8.5.0'
env MAFIA_HAPPY=true MAFIA_ALEX=true support/purs/bin/mafia install purescript-0.8.5.0
env MAFIA_HAPPY=true MAFIA_ALEX=true support/purs/bin/mafia install 'purescript == 0.8.5.*'
Two things:
purescript == ...
-style version constraints are getting passed through to Cabal, intentionally or otherwise.purescript-0.8.5.0
andpurescript == 0.8.5.*
despite them both resolving to the same version and there being no newer release of purescript.With that aforementioned sequence, the following symlinks appear in
~/.ambiata/mafia/bin/
:(Yes, those are directory names with spaces in them.)
The text was updated successfully, but these errors were encountered: