_______________________________________________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.org
To unsubscribe send an email to ghc-devs-leave@haskell.org