Created
July 12, 2020 02:39
-
-
Save oscarvarto/f294ff96432ba70b0c2f46dc2f8f2ea1 to your computer and use it in GitHub Desktop.
Error while running `cabal install` in docopt.hs' examples directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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