diff --git a/colorless.cabal b/colorless.cabal
--- a/colorless.cabal
+++ b/colorless.cabal
@@ -3,9 +3,9 @@
 -- see: https://github.com/sol/hpack
 
 name:           colorless
-version:        2.2.14
-synopsis:       Colorless
-description:    Colorless
+version:        2.2.15
+synopsis:       Colorless | The Programmatic IDL
+description:    Colorless | The Programmatic IDL
 category:       Web
 maintainer:     Joe Vargas
 license:        BSD3
diff --git a/library/Colorless/Server.hs b/library/Colorless/Server.hs
--- a/library/Colorless/Server.hs
+++ b/library/Colorless/Server.hs
@@ -5,6 +5,7 @@
   , module Colorless.Server.Exchange
   , module Colorless.RuntimeThrower
   , module Colorless.ServiceThrower
+  , module Control.Exception.Safe
   ) where
 
 import Colorless.Val (ToVal(..), FromVal(..), getMember, fromValFromJson, combineObjects)
@@ -13,3 +14,4 @@
 import Colorless.Server.Exchange
 import Colorless.RuntimeThrower
 import Colorless.ServiceThrower
+import Control.Exception.Safe (MonadThrow, MonadCatch)
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,8 +1,8 @@
 name: colorless
-version: '2.2.14'
+version: '2.2.15'
 category: Web
-synopsis: Colorless
-description: Colorless
+synopsis: Colorless | The Programmatic IDL
+description: Colorless | The Programmatic IDL
 maintainer: Joe Vargas
 license: BSD3
 extra-source-files:
