ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 33 forks source link

GHC 8.10.4 upgrade #42

Closed kayvank closed 3 years ago

kayvank commented 3 years ago

Bumped up the stack resolver to point to GHC 8.10.4.

MichaelXavier commented 3 years ago

@kayvank thanks for this! One minor note: could you try adding lts-15 through lts-17 in the travis.yaml? We usually use this to gauge how compatible the library is with older LTSes.