diff --git a/ipfs.cabal b/ipfs.cabal
--- a/ipfs.cabal
+++ b/ipfs.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           ipfs
-version:        1.1.3
+version:        1.1.3.1
 synopsis:       Access IPFS locally and remotely
 description:    Interact with the IPFS network by shelling out to a local IPFS node or communicating via the HTTP interface of a remote IPFS node.
 category:       Network
@@ -97,6 +97,7 @@
     , monad-logger
     , regex-compat
     , rio
+    , servant
     , servant-client
     , servant-server
     , swagger2
@@ -130,6 +131,7 @@
     , monad-logger
     , regex-compat
     , rio
+    , servant
     , servant-client
     , servant-server
     , swagger2
diff --git a/library/Network/IPFS/File/Types.hs b/library/Network/IPFS/File/Types.hs
--- a/library/Network/IPFS/File/Types.hs
+++ b/library/Network/IPFS/File/Types.hs
@@ -4,7 +4,7 @@
 import qualified Data.ByteString.Builder as Builder
 import           Data.Swagger
 import qualified RIO.ByteString.Lazy     as Lazy
-import           Servant
+import           Servant.API
 
 import Network.IPFS.Prelude
 
