From 9457ad0b8875be1cd639ceabfd9df26f17316930 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 25 Aug 2022 16:24:34 +0300 Subject: [PATCH] Update project description in .cabal The repository description and README are referring to Jupyter instead of IPython. Let's make them consistent. --- ihaskell.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ihaskell.cabal b/ihaskell.cabal index 3c9737d9..3dc1c5c6 100644 --- a/ihaskell.cabal +++ b/ihaskell.cabal @@ -10,10 +10,10 @@ name: ihaskell version: 0.10.2.2 -- A short (one-line) description of the package. -synopsis: A Haskell backend kernel for the IPython project. +synopsis: A Haskell backend kernel for the Jupyter project. -- A longer description of the package. -description: IHaskell is a Haskell backend kernel for the IPython project. This allows using Haskell via +description: IHaskell is a Haskell backend kernel for the Jupyter project. This allows using Haskell via a console or notebook interface. Additional packages may be installed to provide richer data visualizations. -- URL for the project homepage or repository.