Hello

I should think a bit before posting to the list, sorry for the pollution !

this error :
Database/HDBC/Sqlite3/Utils.hsc:74:8: parse error on input `import'
manu:/Volumes/data/Downloads/HDBC/hdbc-sqlite3 manu$

can be avoided by adding ForeignFunctionInterface to the extensions in the .cabal file

I also had to add EmptyDataDecls to the extensions

and since adding PatternSignatures cause a parse error (see http:// hackage.haskell.org/trac/hackage/attachment/ticket/160/cabal-1.2.0- extensions.patch)

I added this pragma {-# LANGUAGE PatternSignatures #-}
at the top of Statement.hsc and Connection.hs

It did build ! Victory !

M
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to