From 0e6fd2993cfdd727cf9186c1f2cae750a6a29094 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Jan 2009 18:07:47 +0000 Subject: [PATCH] Added a quick attempt at a cabal file for the polyplate library --- polyplate/polyplate.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 polyplate/polyplate.cabal diff --git a/polyplate/polyplate.cabal b/polyplate/polyplate.cabal new file mode 100644 index 0000000..65c6036 --- /dev/null +++ b/polyplate/polyplate.cabal @@ -0,0 +1,8 @@ +Name: Polyplate +Version: 0.9 +License: BSD3 +Author: Adam Sampson and Neil Brown +Build-Depends: base +Synopsis: Generic programming library +Exposed-modules: Data.Generics.Polyplate Data.Generics.Polyplate.GenInstances + Data.Generics.Polyplate.Schemes Data.Generics.Polyplate.Route