Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: HSQL / MySQL Problem (was GHCI Problem) - msg#00016
List: lang.haskell.libraries
On Sunday 11 Sep 2005 8:43 am, Krasimir Angelov wrote:
>
Hi Dominic,
>
>
Try to manually remove the "c" library from the "extra-libraries"
>
field in your *.buildinfo file. After that you have to reinstall the
>
package.
>
>
Cheers,
>
Krasimir
>
Krasimir,
Thanks. That's fixed it.
Dominic.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: HSQL / MySQL Problem (was GHCI Problem)
Hi Dominic,
Try to manually remove the "c" library from the "extra-libraries"
field in your *.buildinfo file. After that you have to reinstall the
package.
Cheers,
Krasimir
2005/9/11, Dominic Steinitz <dominic.steinitz@xxxxxxxxxxxxxxxx>:
> [dom@tility HSQL]$ ghc-pkg describe hsql-mysql
> name: hsql-mysql
> version: 1.6
> license: BSD3
> copyright:
> maintainer:
> stability:
> homepage:
> package-url:
> description: MySQL driver for HSQL.
> category: Database
> author: Krasimir Angelov <kr.angelov@xxxxxxxxx>
> exposed: True
> exposed-modules: Database.HSQL.MySQL
> hidden-modules:
> import-dirs: /usr/local/lib/hsql-mysql-1.6/ghc-6.4
> library-dirs: /usr/local/lib/hsql-mysql-1.6/ghc-6.4 /usr//lib/mysql
> hs-libraries: HShsql-mysql-1.6
> extra-libraries: mysqlclient z crypt nsl m c nss_files nss_dns
> resolv
> include-dirs: /usr//include/mysql
> includes:
> depends: base-1.0 hsql-1.6
> hugs-options:
> cc-options: -mcpu=i486 -fno-strength-reduce -IDatabase/HSQL
> ld-options:
> framework-dirs:
> frameworks:
> haddock-interfaces:
> haddock-html:
>
> _______________________________________________
> Libraries mailing list
> Libraries@xxxxxxxxxxx
> http://www.haskell.org/mailman/listinfo/libraries
>
Next Message by Date:
click to view message preview
AVL library update
Hello,
I've put a new version 2.3 of Data.Tree.AVL here..
http://homepages.nildram.co.uk/~ahey/HLibs/Data.Tree.AVL/
Changes in this version include..
* Added genPush' and genPushMaybe' functions which provide
strictness control which was missing from earlier versions.
* Added symmetric difference to the set functions
* I decided to use the prefix "assert" for partial function
names. So there has been a bit of renaming (old names are
still OK but deprecated, and I might have missed a few :-)
Regards
--
Adrian Hey
Previous Message by Thread:
click to view message preview
Re: HSQL / MySQL Problem (was GHCI Problem)
Hi Dominic,
Try to manually remove the "c" library from the "extra-libraries"
field in your *.buildinfo file. After that you have to reinstall the
package.
Cheers,
Krasimir
2005/9/11, Dominic Steinitz <dominic.steinitz@xxxxxxxxxxxxxxxx>:
> [dom@tility HSQL]$ ghc-pkg describe hsql-mysql
> name: hsql-mysql
> version: 1.6
> license: BSD3
> copyright:
> maintainer:
> stability:
> homepage:
> package-url:
> description: MySQL driver for HSQL.
> category: Database
> author: Krasimir Angelov <kr.angelov@xxxxxxxxx>
> exposed: True
> exposed-modules: Database.HSQL.MySQL
> hidden-modules:
> import-dirs: /usr/local/lib/hsql-mysql-1.6/ghc-6.4
> library-dirs: /usr/local/lib/hsql-mysql-1.6/ghc-6.4 /usr//lib/mysql
> hs-libraries: HShsql-mysql-1.6
> extra-libraries: mysqlclient z crypt nsl m c nss_files nss_dns
> resolv
> include-dirs: /usr//include/mysql
> includes:
> depends: base-1.0 hsql-1.6
> hugs-options:
> cc-options: -mcpu=i486 -fno-strength-reduce -IDatabase/HSQL
> ld-options:
> framework-dirs:
> frameworks:
> haddock-interfaces:
> haddock-html:
>
> _______________________________________________
> Libraries mailing list
> Libraries@xxxxxxxxxxx
> http://www.haskell.org/mailman/listinfo/libraries
>
Next Message by Thread:
click to view message preview
AVL library update
Hello,
I've put a new version 2.3 of Data.Tree.AVL here..
http://homepages.nildram.co.uk/~ahey/HLibs/Data.Tree.AVL/
Changes in this version include..
* Added genPush' and genPushMaybe' functions which provide
strictness control which was missing from earlier versions.
* Added symmetric difference to the set functions
* I decided to use the prefix "assert" for partial function
names. So there has been a bit of renaming (old names are
still OK but deprecated, and I might have missed a few :-)
Regards
--
Adrian Hey