packages feed

pcap 0.4.2 → 0.4.3

raw patch · 2 files changed

+5/−4 lines, 2 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2007, Bryan O'Sullivan+Copyright (c) 2007, 2008, Bryan O'Sullivan Copyright (c) 2007, Nicholas Burlett Copyright (c) 2004, Antiope Associates LLC All rights reserved.
pcap.cabal view
@@ -1,6 +1,6 @@ name:            pcap-version:         0.4.2-license:         BSD4+version:         0.4.3+license:         BSD3 license-file:    LICENSE synopsis:        A system-independent interface for user-level packet capture description:     A system-independent interface for user-level packet capture@@ -12,6 +12,7 @@                  configure.ac configure include/pcapconfig.h.in                  pcap.buildinfo.in extra-tmp-files: config.log config.status+build-type:      Simple  flag bytestring-in-base   description: bytestring was part of the base library in ghc-6.6@@ -32,7 +33,7 @@   exposed-modules: Network.Pcap.Base                    Network.Pcap   extensions:      ForeignFunctionInterface, CPP-  ghc-options:     -W -O -funbox-strict-fields+  ghc-options:     -W -O2 -funbox-strict-fields    include-dirs:    include   includes:        pcapconfig.h pcap.h