Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/base/src/System/Info.hs
    ... ... @@ -42,6 +42,8 @@ compilerVersion = Version [major, minor] []
    42 42
     -- | The full version of 'compilerName' with which the program was compiled
    
    43 43
     -- or is being interpreted. It includes the major, minor, revision and an additional
    
    44 44
     -- identifier, generally in the form "<year><month><day>".
    
    45
    +--
    
    46
    +-- @since 4.15.0.0
    
    45 47
     fullCompilerVersion :: Version
    
    46 48
     fullCompilerVersion = Version version []
    
    47 49
       where