From b4a13ea0d0bccdde74b7c304484be97771b9ea2d Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 13 Jan 2009 15:37:44 +0000 Subject: [PATCH] Fixed the cabal build file for Polyplate --- polyplate/polyplate.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polyplate/polyplate.cabal b/polyplate/polyplate.cabal index 65c6036..7d4ffe6 100644 --- a/polyplate/polyplate.cabal +++ b/polyplate/polyplate.cabal @@ -2,7 +2,8 @@ Name: Polyplate Version: 0.9 License: BSD3 Author: Adam Sampson and Neil Brown -Build-Depends: base +Build-Depends: base, containers, mtl Synopsis: Generic programming library Exposed-modules: Data.Generics.Polyplate Data.Generics.Polyplate.GenInstances Data.Generics.Polyplate.Schemes Data.Generics.Polyplate.Route +Extensions: Rank2Types ExistentialQuantification ScopedTypeVariables MultiParamTypeClasses FunctionalDependencies FlexibleContexts FlexibleInstances UndecidableInstances