brandonchinn178 / toml-reader

Haskell library for parsing v1.0 TOML files
https://hackage.haskell.org/package/toml-reader
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Add Exception instance for TOMLError #15

Closed tbidne closed 1 year ago

tbidne commented 1 year ago

Resolves #13.

Hi! First, thanks for the great library. The API is excellent.

I am happy to discover this issue, as I thought of the same thing when using it :slightly_smiling_face:.

codecov-commenter commented 1 year ago

Codecov Report

Merging #15 (d44448c) into main (86b0e2c) will decrease coverage by 0.08%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   57.72%   57.63%   -0.09%     
==========================================
  Files           6        6              
  Lines         693      694       +1     
  Branches       19       19              
==========================================
  Hits          400      400              
- Misses        287      288       +1     
  Partials        6        6              
Impacted Files Coverage Δ
src/TOML/Error.hs 81.81% <0.00%> (-1.91%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us.

brandonchinn178 commented 1 year ago

Thanks!

tbidne commented 1 year ago

Thanks for merging!