[Haskell-cafe] ANN: Digestive functors 0.0.2.0

Jasper Van der Jeugt jaspervdj at gmail.com
Fri Dec 10 17:38:02 CET 2010


Hello,

Thanks for the error report. Is blaze-html installed correctly? Could
you cabal install blaze-html and verify that you can import Text.Blaze
in ghci?

Cheers,
Jasper

On Fri, Dec 10, 2010 at 5:07 PM, Larry Evans <cppljevans at suddenlink.net> wrote:
> On 12/09/10 16:46, Jasper Van der Jeugt wrote:
>> Hello all,
>>
>> I'm very glad to announce the 0.0.2.0 release of the digestive
>> functors library. The library provides a general API to input
>> consumption, and is an upgrade of formlets.
>>
>> I've written an announcing blogpost and tutorial with more information here:
>>
>> http://jaspervdj.be/posts/2010-12-09-digestive-functors-0.0.2.html
>>
>
> Hi jasper.
>
> Following the instructions on the .html page, I did:
>
>    cabal update
>    cabal install snap-server
>    cabal install digestive-functors-blaze
>    cabal install digestive-functors-snap
>
> However, when I tried:
>
>  runghc -v 2010-12-09-digestive-functors-0.0.2.lhs
>
> I got:
>
> --{--cut here--
>
> *** Chasing dependencies:
> Chasing modules from: *2010-12-09-digestive-functors-0.0.2.lhs
> Created temporary directory: /tmp/ghc7611_0
> *** Literate pre-processor:
> /usr/lib/ghc-6.12.1/unlit -h 2010-12-09-digestive-functors-0.0.2.lhs
> 2010-12-09-digestive-functors-0.0.2.lhs /tmp/ghc7611_0/ghc7611_0.lpp
>
> 2010-12-09-digestive-functors-0.0.2.lhs:15:9:
>    Could not find module `Text.Digestive.Blaze.Html5':
>      locations searched:
>        Text/Digestive/Blaze/Html5.hs
>        Text/Digestive/Blaze/Html5.lhs
> Failed, modules loaded: none.
> *** Deleting temp files:
> Deleting: /tmp/ghc7611_0/ghc7611_0.lpp
>
> --}--cut here--
>
>  In directory:
>
> /home/evansl/.cabal/lib/digestive-functors-blaze-0.0.2.0/ghc-6.12.1/Text/Digestive/Blaze
>
>  there is:
>
>  -rw-r--r-- 1 evansl evansl 13984 Dec 10 09:18 Html5.hi
>
> Please, what should I do?
>
> -regards,
> Larry
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



More information about the Haskell-Cafe mailing list