File: Internal.hs

package info (click to toggle)
haskell-iproute 1.7.15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 152 kB
  • sloc: haskell: 1,299; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module Data.IP.Internal (
    IPv4 (..),
    IPv6 (..),
    AddrRange (..),
    IPv4Addr,
    IPv6Addr,
) where

import Data.IP.Addr
import Data.IP.Range