mysql icon indicating copy to clipboard operation
mysql copied to clipboard

A lightweight Haskell binding to the C mysqlclient API

Results 13 mysql issues
Sort by recently updated
recently updated
newest added

Hi, When I try to install the mysql lib, I get this error: dyld: Library not loaded: libmysqlclient.18.dylib Referenced from: /private/var/folders/fk/339860r16j759wmsfmjkyr4h0000gn/T/mysql-0.1.1.7-26496/mysql-0.1.1.7/dist/build/Database/MySQL/Base/C_hsc_make Reason: image not found I try the install with...

Just fixing a broken link.

custom setup code needs to be adapted for Cabal-3.14, as they introduced an abstract path type: ``` $ cabal build -w /opt/ghc/ghc-9.12.1/bin/ghc ... Build profile: -w ghc-9.12.1 -O1 In order,...