MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
131 stars 33 forks source link

Haskell-CI testing GHC 7.10 - 9.0.1 on linux #82

Closed andreasabel closed 3 years ago

andreasabel commented 3 years ago

This is a CI on linux auto-generated by haskell-ci that basically does a cabal test on GHC versions 7.10 to 9.0.1.

On GHC 7.8.4, hasktags failed to build, so I set a lower bound on base to 4.8.

Successful CI run at https://github.com/andreasabel/hasktags/runs/3519406660?check_suite_focus=true.

jhenahan commented 3 years ago

I'm more than little shocked it still built that far back. Thanks so much for adding CI!

andreasabel commented 3 years ago

@jhenahan : It's not surprising given https://matrix.hackage.haskell.org/#/package/hasktags

Btw, on hackage you can add the lower bound base >= 4.8 to the versions 0.71. and 0.72. by making revisions there. (This will change them from FAIL (pkg) to OK (no-ip) there.)

jhenahan commented 3 years ago

Bounds updated!