GithubHelp home page GithubHelp logo

aws-simple's Introduction

aws-simple

CircleCI

Simple Haskell bindings to commonly used AWS Services, based and compatible with amazonka

aws-simple's People

Contributors

agrafix avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aws-simple's Issues

Compile failure

Hi

The Hackage matrix builder flagged this new package because of multiple compile failures:

Configuring component lib from aws-simple-0.1.0.0
Preprocessing library aws-simple-0.1.0.0...
[1 of 2] Compiling Paths_aws_simple ( /tmp/matrix-worker/1480258789/dist-newstyle/build/x86_64-linux/ghc-7.10.3/aws-simple-0.1.0.0/build/autogen/Paths_aws_simple.hs, /tmp/matrix-worker/1480258789/dist-newstyle/build/x86_64-linux/ghc-7.10.3/aws-simple-0.1.0.0/build/Paths_aws_simple.o )
[2 of 2] Compiling Network.AWS.Simple ( src/Network/AWS/Simple.hs, /tmp/matrix-worker/1480258789/dist-newstyle/build/x86_64-linux/ghc-7.10.3/aws-simple-0.1.0.0/build/Network/AWS/Simple.o )

src/Network/AWS/Simple.hs:45:21:
    Couldn't match type ‘AWS.Env’ with ‘m b’
    Expected type: AWS.Credentials -> m b
      Actual type: AWS.Credentials -> AWS.Env
    Relevant bindings include
      hdl :: m b (bound at src/Network/AWS/Simple.hs:44:9)
    The function ‘AWS.newEnv’ is applied to two arguments,
    its type is ‘AWS.Credentials -> m0 AWS.Env’,
    it is specialized to ‘AWS.Credentials
                          -> AWS.Credentials -> AWS.Env’
    In a stmt of a 'do' block:
      x <- AWS.newEnv S3.Frankfurt AWS.Discover
    In the expression:
      do { x <- AWS.newEnv S3.Frankfurt AWS.Discover;
           pure (x & AWS.envLogger .~ mkLogFun logF) }

src/Network/AWS/Simple.hs:45:32:
    Couldn't match expected type ‘AWS.Credentials’
                with actual type ‘S3.Region’
    In the first argument of ‘AWS.newEnv’, namely ‘S3.Frankfurt’
    In a stmt of a 'do' block:
      x <- AWS.newEnv S3.Frankfurt AWS.Discover

as well as

Configuring component lib from aws-simple-0.1.0.0
Preprocessing library aws-simple-0.1.0.0...
[1 of 2] Compiling Paths_aws_simple ( /tmp/matrix-worker/1480258842/dist-newstyle/build/x86_64-linux/ghc-7.8.4/aws-simple-0.1.0.0/build/autogen/Paths_aws_simple.hs, /tmp/matrix-worker/1480258842/dist-newstyle/build/x86_64-linux/ghc-7.8.4/aws-simple-0.1.0.0/build/Paths_aws_simple.o )
[2 of 2] Compiling Network.AWS.Simple ( src/Network/AWS/Simple.hs, /tmp/matrix-worker/1480258842/dist-newstyle/build/x86_64-linux/ghc-7.8.4/aws-simple-0.1.0.0/build/Network/AWS/Simple.o )

src/Network/AWS/Simple.hs:42:15:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<>’ (imported from Data.Monoid),
      ‘<.>’ (imported from Control.Lens),
      ‘<&>’ (imported from Control.Lens)

src/Network/AWS/Simple.hs:46:16:
    Not in scope: ‘pure’
    Perhaps you meant ‘pre’ (imported from Control.Lens)

src/Network/AWS/Simple.hs:78:8:
    Not in scope: ‘pure’
    Perhaps you meant ‘pre’ (imported from Control.Lens)

src/Network/AWS/Simple.hs:107:14:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<>’ (imported from Data.Monoid),
      ‘<.>’ (imported from Control.Lens),
      ‘<&>’ (imported from Control.Lens)

src/Network/AWS/Simple.hs:107:41:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<>’ (imported from Data.Monoid),
      ‘<.>’ (imported from Control.Lens),
      ‘<&>’ (imported from Control.Lens)

src/Network/AWS/Simple.hs:134:29:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<>’ (imported from Data.Monoid),
      ‘<.>’ (imported from Control.Lens),
      ‘<&>’ (imported from Control.Lens)

src/Network/AWS/Simple.hs:136:8:
    Not in scope: ‘pure’
    Perhaps you meant ‘pre’ (imported from Control.Lens)

PS: The description ("Please see README.md") is not a proper description for your package (and Hackage will show a link to the README at the end of the description if the README exists; therefore that phrase is redundant), and hence this will cause poor experience for users (NB: your package won't be properly indexed by Hackage's package search feature and thus hurt its discoverability). See also this posting for more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.