diff --git a/Control/Concurrent/SimpleSession/Positional.lhs b/Control/Concurrent/SimpleSession/Positional.lhs
--- a/Control/Concurrent/SimpleSession/Positional.lhs
+++ b/Control/Concurrent/SimpleSession/Positional.lhs
@@ -13,6 +13,7 @@
 >   Session, Cap, Channel,
 >   io,
 >   send, recv, close, sel1, sel2, offer,
+>   send_cap, recv_cap,
 >   enter, zero, suc,
 >   dig, swap, forkSession,
 >   Rendezvous, newRendezvous,
diff --git a/simple-sessions.cabal b/simple-sessions.cabal
--- a/simple-sessions.cabal
+++ b/simple-sessions.cabal
@@ -1,5 +1,5 @@
 Name:           simple-sessions
-Version:        0.1.2
+Version:        0.1.3
 Cabal-Version:  >= 1.2
 License:        BSD3
 License-File:   LICENSE
