19 Dec
2012
19 Dec
'12
11:04 a.m.
hi luke, On Dec 18, 2012, at 11:46 PM, Luke Iannini wrote:
Yes, I hit that one too! I actually have a small list of package workarounds I will publish; happily I haven't found anything I couldn't get compiling eventually : ).
that's encouraging! the good thing is that cabal-dev (and its add-source command) is working transparently with ghc-ios, very nice.
The simple workaround here is to cabal unpack syb cd syb-0.3.7
change the build type from Custom to Simple, then cabal install
(if I remember correctly the Custom build was for unit testing purposes so this isn't too bad)
ok, thanks. the same goes for lifted-based (only uses Setup.lhs for controlling haddock). <sk>