kazu-yamamoto / iproute

IP Routing Table in Haskell
http://www.mew.org/~kazu/proj/iproute/
BSD 3-Clause "New" or "Revised" License
47 stars 28 forks source link

Enum and Bounded instances #17

Closed greydot closed 9 years ago

greydot commented 9 years ago

Enum instances are particularly useful for defining and traversing IP ranges.

kazu-yamamoto commented 9 years ago

Would you try to fix the failure of Travis CI first? If it is not worth fixing it, it is OK to remove the support for GHC 7.0.4. It's too old.

greydot commented 9 years ago

Done.

greydot commented 9 years ago

Data/IP/Op.hs:90:48: Not in scope: ‘shift’ Data/IP/Op.hs:90:59: Not in scope: ‘.|.’ Data/IP/Op.hs:90:71: Not in scope: ‘shift’ Data/IP/Op.hs:90:82: Not in scope: ‘.|.’

Ok, I'm not sure what is wrong with Travis now. Op.hs has only 84 lines of code in it.

kazu-yamamoto commented 9 years ago

Adding "import Data.Bits" again to fix this failure.

greydot commented 9 years ago

Sorry, I didn't notice you had merged another guys code.

kazu-yamamoto commented 9 years ago

Thanks. Merged.

Do you want to release a new version now? Or want to send other pull requests?