From 0a8329f58b640e0ebf845f3f7ad640665d32da37 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 3 Mar 2012 17:27:45 -0500 Subject: [PATCH] Add description to cabal file --- digamma.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/digamma.cabal b/digamma.cabal index 3a751db..21e5261 100644 --- a/digamma.cabal +++ b/digamma.cabal @@ -1,6 +1,8 @@ Name: digamma Version: 0.1 Synopsis: A robust implementation of the digamma function +Description: An implementation of the digamma function + based on Thomas Minka's Matlab code. Homepage: https://github.com/bgamari/digamma License: BSD3 License-file: LICENSE