How do I determine my GHC version?

ghc, haskell, version

Solution

`ghc --version` did the trick on Ubuntu, thanks Karolis!

Edit: works on mac too (macOS Sierra 10.12.6)

Problem

This is probably a very dumb question, but I can't seem to find the answer...

Original source