From 03e798ee7d6b159fb982d31e9246bb627ca746cc Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Sat, 14 Dec 2013 11:50:10 -0800 Subject: [PATCH] updated cabal file --- IHaskell.cabal | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/IHaskell.cabal b/IHaskell.cabal index acf0c44a..ddc88c38 100644 --- a/IHaskell.cabal +++ b/IHaskell.cabal @@ -1,6 +1,3 @@ --- Initial IHaskell.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - -- The name of the package. name: ihaskell @@ -10,19 +7,20 @@ name: ihaskell -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.1.0.0 +version: 0.2.0.0 -- A short (one-line) description of the package. synopsis: A Haskell backend kernel for the IPython project. -- A longer description of the package. --- description: +description: IHaskell is a Haskell backend kernel for the IPython 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. -homepage: http://www.github.com/gibiansky/IHaskell +homepage: http://gibiansky.github.io/IHaskell/ -- The license under which the package is released. -license: GPL-3 +license: MIT -- The file containing the license text. license-file: LICENSE @@ -153,3 +151,7 @@ Test-Suite hspec text ==0.11.*, mtl == 2.1.*, template-haskell + +source-repository head + type: git + location: git://github.com/gibiansky/IHaskell.git