haskell.packages: Show minor version in test names

This commit is contained in:
maralorn 2022-09-21 16:23:37 +02:00
parent e2c6425398
commit b6f1e6a1b2

View file

@ -49,10 +49,10 @@ let
# list of all compilers to test specific packages on # list of all compilers to test specific packages on
released = with compilerNames; [ released = with compilerNames; [
ghc88 ghc884
ghc810 ghc8107
ghc90 ghc902
ghc92 ghc924
]; ];
# packagePlatforms applied to `haskell.packages.*` # packagePlatforms applied to `haskell.packages.*`