danfran / hcoord

Easily convert between latitude/longitude, Universal Transverse Mercator (UTM) and Ordnance Survey (OSGB) references with Haskell.
Other
5 stars 2 forks source link

Add hlint testing. #4

Open philderbeast opened 6 years ago

philderbeast commented 6 years ago

I've added hlint testing and there are quite a few hints. I'll send through a pull request for this.

$ stack test hcoord:hlint-test

...

151 hints

hcoord-1.0.0.0: Test suite hlint-test failed
Completed 2 action(s).
Test suite failure for package hcoord-1.0.0.0
    hlint-test:  exited with: ExitFailure 1
Logs printed to console
danfran commented 6 years ago

Thank you for adding this. Really useful.