[Haskell-beginners] cabal sandbox add-source installs but disappears

Brandon Allbery allbery.b at gmail.com
Fri Aug 14 19:00:30 UTC 2015


On Fri, Aug 14, 2015 at 2:53 PM, Dimitri DeFigueiredo <
defigueiredo at ucdavis.edu> wrote:

> executable a
>   main-is:          MainA.hs
>   hs-source-dirs:   ./src
>

Looks to me like you have told it that MinhaCommon is an executable with no
library component. Installing it therefore created and installed a program
named "a", without registering a library.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150814/5aaf4f0e/attachment.html>


More information about the Beginners mailing list