HDBC-sqlite3 is a package that provides support for SQLite DB interaction for Haskell. To install it in Windows you need to have SQLite source.
1. Download the SQLite source code and extract to any directory, let's say C:\sqlite
.
2. Run
cabal update
cabal install HDBC-sqlite3 --extra-lib-dirs=C:\sqlite --extra-include-dirs=C:\sqlite