Open chessai opened 6 years ago
The cabal lexer was lacking in the following two ways: 1, it was missing some of cabal 2.4's supported licenses (see https://github.com/haskell/cabal/blob/a650735caa241a2ae9ed544784d8583895d50ded/Cabal/Distribution/License.hs#L137), and 2. it didn't recognise the default-language library field. This PR fixes both issues. There's some other things that could be added but they're unrelated and I need to go to bed now.
default-language
The cabal lexer was lacking in the following two ways: 1, it was missing some of cabal 2.4's supported licenses (see https://github.com/haskell/cabal/blob/a650735caa241a2ae9ed544784d8583895d50ded/Cabal/Distribution/License.hs#L137), and 2. it didn't recognise the
default-language
library field. This PR fixes both issues. There's some other things that could be added but they're unrelated and I need to go to bed now.