diff --git a/seqid-streams.cabal b/seqid-streams.cabal
--- a/seqid-streams.cabal
+++ b/seqid-streams.cabal
@@ -1,5 +1,5 @@
 name:                seqid-streams
-version:             0.4.1
+version:             0.5.0
 synopsis:            Sequence ID IO-Streams
 description:         Uniquely identify elements in a sequenced stream
 License:             BSD3
@@ -9,6 +9,8 @@
 category:            IO-Streams
 build-type:          Simple
 cabal-version:       >= 1.10
+homepage:            https://github.com/LukeHoersten/seqid-streams
+bug-reports:         https://github.com/LukeHoersten/seqid-streams/issues
 
 source-repository head
   type: git
@@ -17,9 +19,9 @@
 library
   exposed-modules: System.IO.Streams.SequenceId
 
-  build-depends: base       >= 4.7 && < 4.9
+  build-depends: base       >= 4.7 && < 4.10
                , io-streams >= 1.2 && < 1.4
-               , seqid      >= 0.4 && < 0.5
+               , seqid      >= 0.4 && < 0.6
 
   hs-source-dirs:      src
   default-language:    Haskell2010
