cdepillabout / password

datatypes and functions for easily working with passwords in Haskell
http://hackage.haskell.org/package/password
55 stars 16 forks source link

github actions to build using GHC 8.10.4 #44

Closed Vlix closed 3 years ago

Vlix commented 3 years ago

Seems the cabal action doesn't have 8.10.4 yet?

cdepillabout commented 3 years ago

It should be available by now.

Although I can't find anyway to just easily restart all the failed jobs in the Actions UI.

Vlix commented 3 years ago

actions/setup-haskell seems to be deprecated, though. When updating this, probably best to switch to haskell/actions which actions/setup-haskell now advises to use?

cdepillabout commented 3 years ago

Oh yeah, good point. 8.10.4 should be available as long as you're using haskell/actions.

cdepillabout commented 3 years ago

This should be superseded by https://github.com/cdepillabout/password/pull/49.