mrVanDalo / csv-to-qif

convert csv files to qif files
http://palovandalo.com/csv-to-qif
Other
4 stars 5 forks source link

Make it compile with ghc8+ #7

Closed maximevince closed 6 years ago

maximevince commented 7 years ago

Oh wow, that was a mistake! Went a bit too fast when committing!

maximevince commented 7 years ago

Removed the binary which was committed by mistake, and added the tiny change that makes it compile with ghc 8+ on my Arch Linux machine.

mrVanDalo commented 7 years ago

Sweet! but you can see on Travis this will break the build for the old ghc versions.

Also there is a ghc8 travis job is missing. @maximevince Do you know how to remove the old ghc (< 7.10) and add the a ghc 8 ?

I would do it myself if you have problems with that. but I need some time for that.

maximevince commented 7 years ago

Hey! Oh yeah, it breaks older ghc versions now :/ I don't know how to change the travis config, I am not even a Haskell dev :) I guess it's to be done in the ".travis.yml" file, but since I cannot verify it locally, before committing, I'll leave that to you, whenever you have time.

Cheers, Maxime

mrVanDalo commented 7 years ago

I'll pin it in my todo list.

mrVanDalo commented 6 years ago

@maximevince I fixed it today. I will do some other fixes and make a release.