Skip to content
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

PackageImports to workaround stack ghci failure #4453

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

aryairani
Copy link
Contributor

Before, got this from stack ghci:

/Users/arya/work/unison/.trunk-pristine/lib/unison-util-nametree/src/Unison/Util/Nametree.hs:22:1: error:
    Ambiguous module name ‘Data.Semigroup.Generic’:
      it was found in multiple packages:
      generic-monoid-0.1.0.1 semigroups-0.20
   |
22 | import Data.Semigroup.Generic (GenericSemigroupMonoid (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

/Users/arya/work/unison/.trunk-pristine/lib/unison-util-nametree/src/Unison/Util/Nametree.hs:22:1: error:
    Ambiguous module name ‘Data.Semigroup.Generic’:
      it was found in multiple packages:
      generic-monoid-0.1.0.1 semigroups-0.20
   |
22 | import Data.Semigroup.Generic (GenericSemigroupMonoid (..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Copy link
Member

@pchiusano pchiusano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@pchiusano pchiusano merged commit 7778bdc into trunk Nov 30, 2023
7 checks passed
@pchiusano pchiusano deleted the fix/packageimports branch November 30, 2023 22:48
aryairani pushed a commit that referenced this pull request Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants