From 0ffdd2765a6bb3eb4877e3da06cb1b6388d9d32f Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Fri, 26 Apr 2019 14:51:04 -0400 Subject: [PATCH] ihaskell: 0.10.0.0 --- ihaskell.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ihaskell.cabal b/ihaskell.cabal index 8acb4272..0234a15c 100644 --- a/ihaskell.cabal +++ b/ihaskell.cabal @@ -4,10 +4,10 @@ name: ihaskell -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented. -- http://www.haskell.org/haskellwiki/Package_versioning_policy --- PVP summary: +-+------- breaking API changes --- | | +----- non-breaking API additions --- | | | +--- code changes with no API change -version: 0.9.1.0 +-- PVP summary: +--+------- breaking API changes +-- | | +----- non-breaking API additions +-- | | | +--- code changes with no API change +version: 0.10.0.0 -- A short (one-line) description of the package. synopsis: A Haskell backend kernel for the IPython project.