From f092c7d38c128a3bc8276159c02366858114d998 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Tue, 21 Apr 2009 23:49:04 +0200 Subject: [PATCH] Modified MissingPy.cabal. * removed -O2 flag * added dependency on Cabal >= 1.6 --- MissingPy.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MissingPy.cabal b/MissingPy.cabal index 93a4939..bae1ef9 100644 --- a/MissingPy.cabal +++ b/MissingPy.cabal @@ -27,7 +27,7 @@ Description: MissingPy is two things: it. Build-Type: Custom -Cabal-Version: >= 1.2 +cabal-version: >= 1.6 Library Exposed-Modules: Python.Types, @@ -44,6 +44,5 @@ Library Other-Modules: Python.ForeignImports Build-Depends: base == 4.*, MissingH>=1.0.1, anydbm>=1.0.5 C-Sources: glue/glue.c glue/excglue.c - GHC-Options: -O2 Extensions: ForeignFunctionInterface, TypeSynonymInstances, FlexibleInstances