byteverse / haskell-ip

IP Address implementation
Other
20 stars 19 forks source link

Merge Net.IPv4.Range module into Net.IPv4 module #41

Closed goolord closed 6 years ago

goolord commented 6 years ago

Solves #38

andrewthad commented 6 years ago

This looks good for the most part. Could you change The encoding and decoding functions so that the word “range” is used as a suffix instead of a prefix?

goolord commented 6 years ago

Ok, fixed.

andrewthad commented 6 years ago

I went ahead and made the test suite build with this change. Merging.