Torsten Schmits pushed to branch wip/torsten.schmits/mercury-fixed at Glasgow Haskell Compiler / GHC

Commits:

3 changed files:

Changes:

  • configure.ac
    ... ... @@ -13,7 +13,7 @@ dnl
    13 13
     # see what flags are available. (Better yet, read the documentation!)
    
    14 14
     #
    
    15 15
     
    
    16
    -AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.13], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
    
    16
    +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.12.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
    
    17 17
         # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable
    
    18 18
         # to be useful (cf #19058). However, the version must have three components
    
    19 19
         # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are
    
    ... ... @@ -22,7 +22,7 @@ AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.13], [glasgow-hask
    22 22
     AC_CONFIG_MACRO_DIRS([m4])
    
    23 23
     
    
    24 24
     # Set this to YES for a released version, otherwise NO
    
    25
    -: ${RELEASE=NO}
    
    25
    +: ${RELEASE=YES}
    
    26 26
     
    
    27 27
     # The primary version (e.g. 7.5, 7.4.1) is set in the AC_INIT line
    
    28 28
     # above.  If this is not a released version, then we will append the
    

  • libraries/ghc-bignum/ghc-bignum.cabal
    1 1
     cabal-version:       2.0
    
    2 2
     name:                ghc-bignum
    
    3
    -version:             1.4
    
    3
    +version:             1.3
    
    4 4
     synopsis:            GHC BigNum library
    
    5 5
     license:             BSD3
    
    6 6
     license-file:        LICENSE
    

  • utils/haddock/haddock-api/haddock-api.cabal
    ... ... @@ -79,7 +79,7 @@ library
    79 79
     
    
    80 80
       -- this package typically supports only single major versions
    
    81 81
       build-depends: base             >= 4.16 && < 4.22
    
    82
    -               , ghc             ^>= 9.13
    
    82
    +               , ghc             ^>= 9.12
    
    83 83
                    , haddock-library ^>= 1.11
    
    84 84
                    , xhtml           ^>= 3000.2.2
    
    85 85
                    , parsec          ^>= 3.1.13.0