ku-fpg / data-reify

Reification of data structures using observable sharing
Other
28 stars 7 forks source link

GHC 7.10 cleanup, Travis integration #4

Closed RyanGlScott closed 9 years ago

RyanGlScott commented 9 years ago

This repo isn't a part of the ku-fpg category, so I don't have push permissions. This goes through and removes some GHC 7.10-specific errors (i.e., replaces tabs with spaces and conditionally imports new Prelude-subsumed modules like Control.Applicative and Data.Monoid). It also sets up integration with Travis-CI.

RyanGlScott commented 9 years ago

Thanks! Can you also enable integration for data-reify on travis-ci.org as well?

Also, a reminder that I have pull requests open for two non-FPG repos: protocols and scotty-crud (to make them work with GHC 7.10).