haskell.packages: Show minor version in test names
This commit is contained in:
parent
e2c6425398
commit
b6f1e6a1b2
1 changed files with 4 additions and 4 deletions
|
@ -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.*`
|
||||||
|
|
Loading…
Reference in a new issue