osx - Getting HDBC working on Mac -


im trying understand how work sql databases using haskell , hdbc on mac.

to hdbc working debian can use following setup:

sudo apt-get install sqlite3 sudo apt-get install libghc-hdbc-sqlite3-dev cabal install hdbc sqlite hdbc-sqlite3 

my questions are: how , install libghc-hdbc-sqlite3-dev on mac? why need libghc-hdbc-sqlite3-dev? why can not use cabal libghc-hdbc-sqlite3-dev? why need both sqlite , hdbc-sqlite3, not sqlite dependency hdbc-sqlite3 , downloaded automatically?

i'm not sure need apt-get install libghc-hdbc-sqlite3-dev.

have @ this page manifest of debian package. looks contains compiled version of hdbc-sqlite3 haskell package, , installing cabal install ... command.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -