[Git][ghc/ghc][master] Change versionig of ghc-experimental to follow ghc versions.

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu Oct 3 09:57:05 UTC 2024



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


Commits:
2293c0b7 by Andreas Klebinger at 2024-10-03T05:56:25-04:00
Change versionig of ghc-experimental to follow ghc versions.

Just like ghc-internal it will now use the @ProjectVersionForLib@ macro for versioning.
This means for ghc=9.10.1, ghc-experimental's version will be 9.1001.0 and so on.

This fixes #25289

- - - - -


1 changed file:

- libraries/ghc-experimental/ghc-experimental.cabal.in


Changes:

=====================================
libraries/ghc-experimental/ghc-experimental.cabal.in
=====================================
@@ -4,7 +4,9 @@ cabal-version:      3.0
 -- Make sure you are editing ghc-experimental.cabal.in, not ghc-experimental.cabal
 
 name:               ghc-experimental
-version:            0.1.0.0
+-- The project is ghc's version plus ghc-experimental's version suffix.
+-- For example, for ghc=9.10.1, ghc-experimental's version will be 9.1001.0.
+version:            @ProjectVersionForLib at .0
 synopsis:           Experimental features of GHC's standard library
 description:
     This package is where experimental GHC standard library interfaces start



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2293c0b7d709df7be04f596e72c97fd2435c4134

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2293c0b7d709df7be04f596e72c97fd2435c4134
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241003/15103534/attachment-0001.html>


More information about the ghc-commits mailing list