-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem building dependencies. #103
Comments
I can be reached at mshorwedel@verizon.net |
I'm getting this exact same error.. which means that I am getting NONE of the advertised features of Haskelly, other than syntax highlighting. I'm running It on Windows 10 1903 (OS Build 18362.418) |
Here is my output: PS C:\Users\v-jefg\OneDrive\Programming\Haskell> stack install intero QuickCheck stack-run -- While building package stack-run-0.1.1.4 using: |
Hello both. This seems to be an issue with the |
I am already getting the auto-complete and type hover information. I don't remember if I tried what you suggest or not, when I initially reported the problem.
…-----Original Message-----
From: Martí Serra Vivancos <notifications@github.com>
To: haskelly-dev/Haskelly <Haskelly@noreply.github.com>
Cc: Mark Horwedel <mshorwedel@verizon.net>; Author <author@noreply.github.com>
Sent: Tue, Oct 22, 2019 10:58 am
Subject: Re: [haskelly-dev/Haskelly] Problem building dependencies. (#103)
Hello both. This seems to be an issue with the stack-run installation. Can you try installing just intero with: stack install intero? With intero installed you should be able to get autocomplete and type hover info.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I hope this is not an entirely idiotic question.. do I need to uninstall
anything first before trying this?
Jeff Greenlee
"Music is a higher revelation than all wisdom and philosophy. Music is the
electrical soil in which the spirit lives, thinks and invents."
Ludwig Van Beethoven
…On Tue, Oct 22, 2019 at 11:54 AM Mark Horwedel ***@***.***> wrote:
I am already getting the auto-complete and type hover information. I
don't remember if I tried what you suggest or not, when I initially
reported the problem.
-----Original Message-----
From: Martí Serra Vivancos ***@***.***>
To: haskelly-dev/Haskelly ***@***.***>
Cc: Mark Horwedel ***@***.***>; Author <
***@***.***>
Sent: Tue, Oct 22, 2019 10:58 am
Subject: Re: [haskelly-dev/Haskelly] Problem building dependencies. (#103)
Hello both. This seems to be an issue with the stack-run installation. Can
you try installing just intero with: stack install intero? With intero
installed you should be able to get autocomplete and type hover info.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#103?email_source=notifications&email_token=AFMJ6XNHKIQ42WPTYMB3IVLQP5D7HA5CNFSM4I7GGH42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB62ATY#issuecomment-545103951>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFMJ6XJKVJYAFRFNHKOQDVDQP5D7HANCNFSM4I7GGH4Q>
.
|
Ok.. I'm a dufus... I figured half of my problem. In the stack.yaml
file, I only had "Package:" and nothing following it. I subsequently
found out I need to add at least a "[ ]" (open/closed bracket) for a
simple standard library configuration. Now I'm seeing the Haskelly
behavior I expected.
Jeff Greenlee
"Music is a higher revelation than all wisdom and philosophy. Music is the
electrical soil in which the spirit lives, thinks and invents."
Ludwig Van Beethoven
…On Tue, Oct 22, 2019 at 3:12 PM Jeff Greenlee ***@***.***> wrote:
I hope this is not an entirely idiotic question.. do I need to uninstall
anything first before trying this?
Jeff Greenlee
"Music is a higher revelation than all wisdom and philosophy. Music is
the electrical soil in which the spirit lives, thinks and invents."
Ludwig Van Beethoven
On Tue, Oct 22, 2019 at 11:54 AM Mark Horwedel ***@***.***>
wrote:
> I am already getting the auto-complete and type hover information. I
> don't remember if I tried what you suggest or not, when I initially
> reported the problem.
>
>
> -----Original Message-----
> From: Martí Serra Vivancos ***@***.***>
> To: haskelly-dev/Haskelly ***@***.***>
> Cc: Mark Horwedel ***@***.***>; Author <
> ***@***.***>
> Sent: Tue, Oct 22, 2019 10:58 am
> Subject: Re: [haskelly-dev/Haskelly] Problem building dependencies. (#103)
>
> Hello both. This seems to be an issue with the stack-run installation.
> Can you try installing just intero with: stack install intero? With intero
> installed you should be able to get autocomplete and type hover info.—
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#103?email_source=notifications&email_token=AFMJ6XNHKIQ42WPTYMB3IVLQP5D7HA5CNFSM4I7GGH42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB62ATY#issuecomment-545103951>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFMJ6XJKVJYAFRFNHKOQDVDQP5D7HANCNFSM4I7GGH4Q>
> .
>
|
According to yamadapc/stack-run#17 , |
I tried to install Haskelly on a notebook computer running Window 10 home version 1809. When I tried to install the intero, QuickCheck and task-run using the command
stack install intero QuickCheck stack-run
the run aborted with:
src\Main.hs:18:1: error:
Could not find module `Distribution.PackageDescription.Parse'
Perhaps you meant
Distribution.PackageDescription.Parsec (needs flag -package-key Cabal-2.4.0.1)
Distribution.PackageDescription.Parsec (from Cabal-2.4.1.0)
Distribution.PackageDescription.Check (needs flag -package-key Cabal-2.4.0.1)
Use -v to see a list of the files searched for.
|
18 | import Distribution.PackageDescription.Parse
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What is my recourse?
The text was updated successfully, but these errors were encountered: