sebastiaanvisser / clay

A CSS preprocessor as embedded Haskell.
Other
357 stars 72 forks source link

Use get-tested to keep GHC versions in sync between cabal and CI #262

Open turion opened 5 months ago

turion commented 5 months ago

Instead of specifying in the github yaml which GHC versions are tested, we should use https://github.com/Kleidukos/get-tested. If #261 is finished first, get-tested should be used to generate a JSON file which is read from nix to generate the GHC versions.