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

Generic, Data, and Typeable instances #27

Closed greydot closed 9 years ago

greydot commented 9 years ago

Given that ghc <7.6.1 support is no more, it seems reasonable to drop those ifdefs. This pull request also adds Data and Typeable instances for IP, IPv4, IPv6, IPRange, and AddrRange types.

kazu-yamamoto commented 9 years ago

Sorry for the delay. This pull request is merged.

kazu-yamamoto commented 9 years ago

A new version has been released.