Force compilation of of devel/hs-ncurses in c99 mode, to allow devel/gcc to be updated
- hs-ncurses failed, as it does not understand c11 features, which is the default in modern compilers. By passing cpp-options: -std=c99 via its cabal file, this can be surpressed.
- While here, also update the affected ports
PR: 216843
Approved by: maintainer timeout (4weeks), rakuco (mentor)