Skip to content
Snippets Groups Projects
Commit 2293c0b7 authored by Andreas Klebinger's avatar Andreas Klebinger Committed by Marge Bot
Browse files

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
parent 9cf1cef5
No related branches found
No related tags found
No related merge requests found
......@@ -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@.0
synopsis: Experimental features of GHC's standard library
description:
This package is where experimental GHC standard library interfaces start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment