diff --git a/hspec-dirstream.cabal b/hspec-dirstream.cabal
--- a/hspec-dirstream.cabal
+++ b/hspec-dirstream.cabal
@@ -1,11 +1,7 @@
 name:                hspec-dirstream
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Helper functions to simplify adding integration tests.
-description:         This package uses
-                     [hspec](https://hackage.haskell.org/package/hspec) and
-                     [dirstream](https://hackage.haskell.org/package/dirstream)
-                     to provide easy-to-use functions designed for use in
-                     integration tests.
+description:         This package uses [hspec](http://hackage.haskell.org/package/hspec) and [dirstream](http://hackage.haskell.org/package/dirstream) to provide easy-to-use functions for integration tests.
 homepage:            https://hub.darcs.net/vmchale/hspec-dirstream
 license:             BSD3
 license-file:        LICENSE
@@ -55,7 +51,7 @@
                      , hspec
   if flag(development)
     if impl(ghc >= 8.0)
-      ghc-options:       -Werror
+      ghc-options:     -Werror
   if impl(ghc >= 8.0)
     ghc-options:       -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall
