Skip to content

Commit

Permalink
Modified MissingPy.cabal.
Browse files Browse the repository at this point in the history
* removed -O2 flag
* added dependency on Cabal >= 1.6
  • Loading branch information
sol committed Apr 21, 2009
1 parent 3ffa75a commit f092c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MissingPy.cabal
Expand Up @@ -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,
Expand All @@ -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

0 comments on commit f092c7d

Please sign in to comment.