Any danger in mixing language versions?

Are there any concerns with mixing haskell2010 and haskell2021? Is it as simple as haskell2021 enabling more extensions than haskell2010?

I am building out a new module that needs to be callable from a haskell2010 codebase, but want to try out haskell2021.

1 Like

Yes it’s simply that, and can safely vary per module.