Skip to content

Instantly share code, notes, and snippets.

@beastaugh
Created March 26, 2011 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beastaugh/888519 to your computer and use it in GitHub Desktop.
Save beastaugh/888519 to your computer and use it in GitHub Desktop.
Stupid case-insensitive file system :/
~/projects/hakyll/examples/brochure (examples) $ ll
total 32
-rw-r--r-- 1 ionfish staff 724B 27 Sep 18:57 about.rst
-rw-r--r-- 1 ionfish staff 794B 27 Sep 18:57 code.lhs
drwxr-xr-x 4 ionfish staff 136B 15 Nov 15:25 css
-rw-r--r--@ 1 ionfish staff 504B 26 Mar 18:32 hakyll.hs
-rw-r--r--@ 1 ionfish staff 1.1K 27 Sep 18:57 index.markdown
drwxr-xr-x 3 ionfish staff 102B 19 Mar 12:13 templates
~/projects/hakyll/examples/brochure (examples) $ ghc --make hakyll.hs
Hakyll.hs:1:0:
File name does not match module name:
Saw: `Main'
Expected: `Hakyll'
~/projects/hakyll/examples/brochure (examples) $ ghc-pkg list | grep hakyll
hakyll-3.0.0.3
hakyll-3.0.0.4
hakyll-3.0.1.3
hakyll-3.0.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment