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

fails to build with GHC 7.8.3 and cabal 1.20 #2

Open
ababkin opened this issue Aug 30, 2015 · 0 comments
Open

fails to build with GHC 7.8.3 and cabal 1.20 #2

ababkin opened this issue Aug 30, 2015 · 0 comments

Comments

@ababkin
Copy link

ababkin commented Aug 30, 2015

NOTE: this PR takes care of the build failure. Please merge
#1

Build log:

Configuring aws-sns-0.1...
Building aws-sns-0.1...
Preprocessing library aws-sns-0.1...
[ 1 of 16] Compiling Aws.Sns.Policy.Internal ( src/Aws/Sns/Policy/Internal.hs, dist/dist-sandbox-2352247e/build/Aws/Sns/Policy/Internal.o )

src/Aws/Sns/Policy/Internal.hs:126:24:
Ambiguous occurrence ‘toText’
It could refer to either ‘Aws.General.toText’,
imported from ‘Aws.General’ at src/Aws/Sns/Policy/Internal.hs:73:1-18
or ‘Data.UUID.toText’,
imported from ‘Data.UUID’ at src/Aws/Sns/Policy/Internal.hs:88:1-36
(and originally defined in ‘uuid-types-1.0.2:Data.UUID.Types.Internal’)

src/Aws/Sns/Policy/Internal.hs:130:32:
Ambiguous occurrence ‘fromText’
It could refer to either ‘Aws.General.fromText’,
imported from ‘Aws.General’ at src/Aws/Sns/Policy/Internal.hs:73:1-18
or ‘Data.UUID.fromText’,
imported from ‘Data.UUID’ at src/Aws/Sns/Policy/Internal.hs:88:1-36
(and originally defined in ‘uuid-types-1.0.2:Data.UUID.Types.Internal’)

src/Aws/Sns/Policy/Internal.hs:133:24:
Ambiguous occurrence ‘toText’
It could refer to either ‘Aws.General.toText’,
imported from ‘Aws.General’ at src/Aws/Sns/Policy/Internal.hs:73:1-18
or ‘Data.UUID.toText’,
imported from ‘Data.UUID’ at src/Aws/Sns/Policy/Internal.hs:88:1-36
(and originally defined in ‘uuid-types-1.0.2:Data.UUID.Types.Internal’)

src/Aws/Sns/Policy/Internal.hs:136:61:
Ambiguous occurrence ‘fromText’
It could refer to either ‘Aws.General.fromText’,
imported from ‘Aws.General’ at src/Aws/Sns/Policy/Internal.hs:73:1-18
or ‘Data.UUID.fromText’,
imported from ‘Data.UUID’ at src/Aws/Sns/Policy/Internal.hs:88:1-36
(and originally defined in ‘uuid-types-1.0.2:Data.UUID.Types.Internal’)

src/Aws/Sns/Policy/Internal.hs:596:32:
Ambiguous occurrence ‘fromText’
It could refer to either ‘Aws.General.fromText’,
imported from ‘Aws.General’ at src/Aws/Sns/Policy/Internal.hs:73:1-18
or ‘Data.UUID.fromText’,
imported from ‘Data.UUID’ at src/Aws/Sns/Policy/Internal.hs:88:1-36
(and originally defined in ‘uuid-types-1.0.2:Data.UUID.Types.Internal’)
cabal: Error: some packages failed to install:
aws-sns-0.1 failed during the building phase. The exception was:
ExitFailure 1

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

No branches or pull requests

1 participant