notice that what you see is just a warning. Cabal will still pass the extension to GHC when compiling the package.
Simon,notice that what you see is just a warning. Cabal will still pass the extension to GHC when compiling the package.AndreaOn Mon, 16 Mar 2026, at 1:17 AM, Simon Peyton Jones via ghc-devs wrote:FriendsAs part of the reinstallable base project I'm adding an extension "ImplicitKnownKeyNames" to GHC. But if I put "NoImplicitKnownKeyNames" in base.cabal.in I get the errorWarning: [unknown-extension] Unknown extensions: NoImplicitKnownKeyNameswhen building the base library. I think this comes from cabal.How can I tell cabal about the new extension?ThanksSimon_______________________________________________ghc-devs mailing list -- ghc-devs@haskell.orgTo unsubscribe send an email to ghc-devs-leave@haskell.org