jaspervdj / hakyll

A static website compiler library in Haskell
jaspervdj.be/hakyll
Other
2.7k stars 409 forks source link

site.hs not created by hakyll-init? #658

Open juhp opened 6 years ago

juhp commented 6 years ago

I am actually fairly new to hakyll... It seems site.hs is (no longer?) created by hakyll-init? Or maybe I am missing something? I tried with both Fedora hakyll 4.10.0.0-2 and cabal installed hakyll-4.12.3.0. In both cases only a .cabal file was created.

MarcCoquand commented 5 years ago

Can confirm this happened to me as well when installing hakyll via stack on Fedora 29.

jaspervdj commented 5 years ago

What Hakyll does is simply copy over the example/ directory to the the target. If no error messages are generated, my assumption would be that the example/ directory is empty. Maybe this is not packaged in the debian installer? It uses the Data-files section in the Cabal format.