diff --git a/hsbencher-codespeed.cabal b/hsbencher-codespeed.cabal
--- a/hsbencher-codespeed.cabal
+++ b/hsbencher-codespeed.cabal
@@ -1,34 +1,33 @@
 
 name:                hsbencher-codespeed
-version:             0.1
+version:             0.1.0.1
 synopsis:            Backend for uploading benchmark data to CodeSpeed
 description:         The CodeSpeed project provides a performance dashboard and
-                     is described at 'https://github.com/tobami/codespeed'.
+                     is described at <https://github.com/tobami/codespeed>.
 license:             BSD3
 license-file:        LICENSE
 author:              Ryan Newton
 maintainer:          rrnewton@gmail.com
--- copyright:           
--- category:            
+-- copyright:
+-- category:
 build-type:          Simple
--- extra-source-files:  
+-- extra-source-files:
 cabal-version:       >=1.18
 
 library
   exposed-modules:     HSBencher.Backend.Codespeed
-  build-depends:  base >=4.5 && < 4.8, 
+  build-depends:  base >=4.5 && < 4.9,
                   containers >=0.5, bytestring >=0.10,
                   time >=1.4, directory >=1.2, filepath >=1.3,
                   mtl,
 -- TODO: need to come forward to modern http-conduit:
---                  http-conduit >=2.0 && <2.1, 
+--                  http-conduit >=2.0 && <2.1,
                   http-conduit >= 1.9.0,
                   HTTP         >= 4000.2.18,
                   http-types   >= 0.8,
                   resourcet    >= 0.4,
                   json         >= 0.7,
-                  network      == 2.5.0.0,
+                  network      >= 2.5.0.0,
                   data-default >= 0.5.3,
                   hsbencher    >= 1.11 && < 2.0
   default-language:    Haskell2010
-
