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

Build failure with http-client 0.5 #38

Closed
snoyberg opened this issue Sep 15, 2016 · 1 comment
Closed

Build failure with http-client 0.5 #38

snoyberg opened this issue Sep 15, 2016 · 1 comment

Comments

@snoyberg
Copy link

> /tmp/stackage-build8$ stack unpack gogol-0.1.0
Unpacked gogol-0.1.0 to /tmp/stackage-build8/gogol-0.1.0/
> /tmp/stackage-build8/gogol-0.1.0$ runghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb Setup configure --package-db=clear --package-db=global --package-db=/var/stackage/work/builds/nightly/pkgdb --libdir=/var/stackage/work/builds/nightly/lib --bindir=/var/stackage/work/builds/nightly/bin --datadir=/var/stackage/work/builds/nightly/share --libexecdir=/var/stackage/work/builds/nightly/libexec --sysconfdir=/var/stackage/work/builds/nightly/etc --docdir=/var/stackage/work/builds/nightly/doc/gogol-0.1.0 --htmldir=/var/stackage/work/builds/nightly/doc/gogol-0.1.0 --haddockdir=/var/stackage/work/builds/nightly/doc/gogol-0.1.0 --flags=
Configuring gogol-0.1.0...
> /tmp/stackage-build8/gogol-0.1.0$ runghc -clear-package-db -global-package-db -package-db=/var/stackage/work/builds/nightly/pkgdb Setup build
Building gogol-0.1.0...
Preprocessing library gogol-0.1.0...
[ 1 of 13] Compiling Network.Google.Internal.Multipart ( src/Network/Google/Internal/Multipart.hs, dist/build/Network/Google/Internal/Multipart.o )

src/Network/Google/Internal/Multipart.hs:17:1: warning: [-Wunused-imports]
    The qualified import of ‘Data.CaseInsensitive’ is redundant
      except perhaps to import instances from ‘Data.CaseInsensitive’
    To import instances alone, use: import Data.CaseInsensitive()
[ 2 of 13] Compiling Network.Google.Compute.Metadata ( src/Network/Google/Compute/Metadata.hs, dist/build/Network/Google/Compute/Metadata.o )

src/Network/Google/Compute/Metadata.hs:229:11: error:
    Not in scope: ‘Client.checkStatus’
    Module ‘Network.HTTP.Conduit’ does not export ‘checkStatus’.
@snoyberg
Copy link
Author

Can you send a PR to stackage when this is released to Hackage?

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