haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 211 forks source link

Create a diff type #95

Closed alanz closed 8 years ago

alanz commented 8 years ago

Create a general type that can be returned to the IDE containing a diff between to file.

Perhaps base it on http://hackage.haskell.org/package/filediff

This would be used to convert the list of changed files from HaRe into a set of diffs on those files, as well as in any other plugin requiring this feature.

All IDEs can also implement standard processing for this type.

alanz commented 8 years ago

Closed by https://github.com/haskell/haskell-ide-engine/pull/116