Holmusk / elm-street

:deciduous_tree: Crossing the road between Haskell and Elm
Mozilla Public License 2.0
88 stars 6 forks source link

Include GHC 8.8.4 and 8.10.2 in .travis.yml #107

Closed jhrcek closed 3 years ago

jhrcek commented 3 years ago

Let's be a bit more future-proof before releasing to hackage.

turboMaCk commented 3 years ago

in some of my projects I've ran into issues with latest ghc versions on travis. Sadly I think it might not be well supported:/

jhrcek commented 3 years ago

@arbus can you please check/merge? I think it will be more future proof to relase 1.0.3 with these changes included, so we don't have to bump when upgrading to newer GHC/servant.

turboMaCk commented 3 years ago

oh nice, you make it work for ghc 8.10!