Установка sqlite-simple в Haskell

пытаюсь установить sql в Haskell, но он выдает ошибку:

D:\hq>cabal install sqlite-simple
Resolving dependencies...
Up to date
Warning: You asked to install executables, but there are no executables in
target: sqlite-simple. Perhaps you want to use --lib to install libraries
instead.

Можете подсказать что с этим сделать(


Ответы (1 шт):

Автор решения: 0xdb

Надо устанавливать так:

cabal install --lib sqlite-simple 
→ Ссылка