Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oscarvarto/f294ff96432ba70b0c2f46dc2f8f2ea1 to your computer and use it in GitHub Desktop.
Save oscarvarto/f294ff96432ba70b0c2f46dc2f8f2ea1 to your computer and use it in GitHub Desktop.
Error while running `cabal install` in docopt.hs' examples directory
NavalFate/Main.hs:7:18: error:
• Exception when trying to run compile-time code:
NavalFate/USAGE.docopt: openFile: does not exist (No such file or directory)
Code: template-haskell-2.14.0.0:Language.Haskell.TH.Quote.quoteExp
docoptFile "NavalFate/USAGE.docopt"
• In the quasi-quotation: [docoptFile|NavalFate/USAGE.docopt|]
|
7 | navalFateUsage = [docoptFile|NavalFate/USAGE.docopt|]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment