diff --git a/api b/api
new file mode 100644
Binary files /dev/null and b/api differ
diff --git a/nvim-hs.cabal b/nvim-hs.cabal
--- a/nvim-hs.cabal
+++ b/nvim-hs.cabal
@@ -1,5 +1,5 @@
 name:                nvim-hs
-version:             0.2.0
+version:             0.2.1
 synopsis:            Haskell plugin backend for neovim
 description:
   This package provides a plugin provider for neovim. It allows you to write
@@ -39,6 +39,7 @@
                      , test-files/compile-error-for-quickfix-test5
                      , test-files/hello
                      , apiblobs/0.1.7.msgpack
+                     , api
 
 extra-doc-files:       CHANGELOG.md
                      , README.md
