Skip to content

Commit

Permalink
Expose IPv4, IPv6, and AddrRange constructors through Data.IP.Internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Lana Black committed Jul 5, 2015
1 parent 70037c4 commit c1554e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Data/IP/Internal.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module Data.IP.Internal ( IPv4(..)
, IPv6(..)
, AddrRange(..)
) where

import Data.IP.Addr
import Data.IP.Range
1 change: 1 addition & 0 deletions iproute.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Library
Default-Language: Haskell2010
GHC-Options: -Wall
Exposed-Modules: Data.IP
Data.IP.Internal
Data.IP.RouteTable
Other-Modules: Data.IP.Addr
Data.IP.Mask
Expand Down

0 comments on commit c1554e6

Please sign in to comment.