packages feed

pcap 0.3 → 0.3.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

configure.ac view
@@ -1,4 +1,4 @@-AC_INIT([Pcap],[0.3],[bos@serpentine.com], [pcap])+AC_INIT([Pcap],[0.3.1],[bos@serpentine.com], [pcap])  AC_CONFIG_HEADER(include/pcapconfig.h) 
pcap.cabal view
@@ -1,5 +1,5 @@ name:            pcap-version:         0.3+version:         0.3.1 license:         BSD4 license-file:    LICENSE synopsis:        A system-independent interface for user-level packet capture@@ -9,7 +9,7 @@ category:        Network exposed-modules: Network.Pcap.Base                  Network.Pcap-build-depends:   base, haskell98, network, time+build-depends:   base >= 2.0, haskell98, network, time extensions:      ForeignFunctionInterface ghc-options:     -W -O -funbox-strict-fields include-dirs:    include