diff --git a/shwifty.cabal b/shwifty.cabal
--- a/shwifty.cabal
+++ b/shwifty.cabal
@@ -2,7 +2,7 @@
 name:
   shwifty
 version:
-  0.0.2.0
+  0.0.3.0
 synopsis:
   Generate swift types from haskell types.
 description:
@@ -41,7 +41,7 @@
     Shwifty.Pretty
     Shwifty.Types
   build-depends:
-    , base >= 4.11 && < 4.14
+    , base >= 4.11 && < 4.15
     , bytestring >= 0.10 && < 0.11
     , case-insensitive >= 1.2 && < 1.3
     , containers >= 0.5.9 && < 0.7
@@ -50,7 +50,7 @@
     , template-haskell >= 2.11 && < 2.17
     , text >= 1.2 && < 1.3
     , th-abstraction >= 0.3 && < 0.4
-    , time >= 1.8 && < 1.10
+    , time >= 1.8 && < 1.11
     , unordered-containers >= 0.2 && < 0.3
     , uuid-types >= 1.0 && < 1.1
     , vector >= 0.12 && < 0.13
diff --git a/src/Shwifty.hs b/src/Shwifty.hs
--- a/src/Shwifty.hs
+++ b/src/Shwifty.hs
@@ -279,7 +279,7 @@
 -- > getShwifty ''Fun
 --
 -- @
--- struct Fun<A> {
+-- struct Fun\<A\> {
 --     let fun: ((Int, Char, Bool, String) -> A?)
 -- }
 -- @
