diff --git a/slot-lambda.cabal b/slot-lambda.cabal
--- a/slot-lambda.cabal
+++ b/slot-lambda.cabal
@@ -1,6 +1,6 @@
 name:                slot-lambda
-version:             0.1.0.0
-synopsis:            Write lambdas without naming the parameters. --\_ + _  =  \x y -> x+y
+version:             0.1.0.1
+synopsis:            Write lambdas without naming the parameters.
 description:         Write lambdas without naming the parameters. 
                      e.g. [s| ı : ı : _ı : ı : _ı : _ı : _0 : [] |] 'a' 'b' 'c' 
 							=    \x y z -> x:y:y:z:z:z:x:[]
