diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -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)
 
diff --git a/pcap.cabal b/pcap.cabal
--- a/pcap.cabal
+++ b/pcap.cabal
@@ -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
