diff --git a/web-view-colonnade.cabal b/web-view-colonnade.cabal
--- a/web-view-colonnade.cabal
+++ b/web-view-colonnade.cabal
@@ -21,7 +21,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:         0.1.0.0
+version:         0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:        Build HTML tables using web-view and colonnade.
@@ -60,12 +60,12 @@
 
 common deps
   build-depends:
-    , base        >=4.18.2.1 && <5
-    , colonnade   >=1.2.0    && <1.3
-    , containers  >=0.6.7    && <0.9
-    , text        >=2.0.2    && <2.2
-    , vector      >=0.13.2   && <0.14
-    , web-view    >=0.6.0    && <0.8
+    , base        >=4.18   && <5
+    , colonnade   >=1.2.0  && <1.3
+    , containers  >=0.6.7  && <0.9
+    , text        >=2.0.2  && <2.2
+    , vector      >=0.13.2 && <0.14
+    , web-view    >=0.6.0  && <0.8
 
 library
   -- Import common warning flags.
