Closed HanStolpo closed 2 years ago
Fix doctests to work for later versions of GHC. The cabal file specifies the default language to be Haskell2010 but doctest seems to not pickup this configuration. We fix this by passing this in as a command line argument to doctest.
Relates to github issue https://github.com/haskell/vector/issues/370
Awesome!!!! Thank you Handre
Fix doctests to work for later versions of GHC. The cabal file specifies the default language to be Haskell2010 but doctest seems to not pickup this configuration. We fix this by passing this in as a command line argument to doctest.
Relates to github issue https://github.com/haskell/vector/issues/370