network-data 0.3.0 → 0.4
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Data/TCP.hs +1/−0
- network-data.cabal +1/−1
Data/TCP.hs view
@@ -2,6 +2,7 @@ module Data.TCP ( TCPPort (..) , TCPHeader (..)+ , TCPFlag (..) ) where import Data.Serialize
network-data.cabal view
@@ -1,5 +1,5 @@ name: network-data-version: 0.3.0+version: 0.4 license: BSD3 license-file: LICENSE author: Thomas DuBuisson <thomas.dubuisson@gmail.com>