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

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -