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