Skip to content

Commit

Permalink
Tweaks for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Dec 23, 2005
1 parent 0e52594 commit 913abff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HDBC-sqlite3.cabal
@@ -1,6 +1,6 @@
Extra-Libraries: sqlite3
Name: HDBC-sqlite3
Version: 0.5.0
Version: 0.6.0
License: LGPL
Maintainer: John Goerzen <jgoerzen@complete.org>
Stability: Alpha
Expand All @@ -12,8 +12,8 @@ Other-Modules: Database.HDBC.Sqlite3.Connection,
Database.HDBC.Sqlite3.Utils
--Extensions: ExistentialQuantification, AllowOverlappingInstances,
-- AllowUndecidableInstances, CPP
-- CPP extension is really only needed in FiniteMap.hs and Rfc2821.hs
Extensions: ExistentialQuantification
C-Sources: hdbc-sqlite3-helper.c
Build-Depends: base, mtl, HDBC
GHC-Options: -O2 -fglasgow-exts
GHC-Options: -O2
CC-Options: -I.

0 comments on commit 913abff

Please sign in to comment.