TokTok / hs-msgpack-types

Abstract data types and type classes for Haskell to MessagePack value converters
https://toktok.ltd/
Other
7 stars 7 forks source link

Use hs-tools scripts to simplify Travis script. #30

Closed iphydf closed 4 years ago

iphydf commented 4 years ago

Also, we no longer need to write the version number to .travis.yml, because we can infer it from the travis tag. We couldn't do that before, because it's a bit of code we don't want to repeat in every repo. Now that it's common, we can write it and download it into each repo's build.


This change is Reviewable