From e528a144df613e2c327f0d89a77d1df1c15e8ed9 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 5 Jun 2009 10:10:24 +0000 Subject: [PATCH] More changes to the cabal file --- alloy/alloy.cabal | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/alloy/alloy.cabal b/alloy/alloy.cabal index cff75c4..98a605d 100644 --- a/alloy/alloy.cabal +++ b/alloy/alloy.cabal @@ -2,9 +2,15 @@ Name: Alloy Version: 1.0.0 License: BSD3 Author: Adam Sampson and Neil Brown +Copyright: Copyright 2008-2009, University of Kent +Maintainer: neil@twistedsquare.com Cabal-Version: >= 1.2 Build-type: Simple Synopsis: Generic programming library +Description: Alloy is a generic programming library for performing traversals + of data and applying specific operations to certain types. +Category: Generics +Tested-With: GHC==6.8.2 Library if (impl(ghc < 6.10)) Build-Depends: base >= 3 && < 4, containers, mtl