haskell - How can I create a travis script for Haskel/stack? -
i've seen quite few travis stack scripts, seemed pretty complicated, don't think have complicated.
here's mine:
language: haskell sudo: false ghc: - '7.10.3'
locally compile app "stack build".
how can add "stack" travis file properly? @ moment need stack, no tests.
there's thorough example at
http://docs.haskellstack.org/en/stable/guide/#travis-with-caching
it used smaller, added support build both stack , cabal, complicated things lot. can trim down remove support of more complicated features.
Comments
Post a Comment