From 348eff6ce5531474a5fe38e39582755274f82f84 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 23 Dec 2017 00:14:53 +0800 Subject: [PATCH] ipython-kernel: 0.9.0.1 --- ipython-kernel/ipython-kernel.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipython-kernel/ipython-kernel.cabal b/ipython-kernel/ipython-kernel.cabal index dc405e50..af04d880 100644 --- a/ipython-kernel/ipython-kernel.cabal +++ b/ipython-kernel/ipython-kernel.cabal @@ -1,5 +1,5 @@ name: ipython-kernel -version: 0.9.0.0 +version: 0.9.0.1 synopsis: A library for creating kernels for IPython frontends description: ipython-kernel is a library for communicating with frontends for the interactive IPython framework. It is used extensively in IHaskell, the interactive Haskell environment.