Coder Social home page Coder Social logo

attoparsec-parsec's People

Contributors

jcristovao avatar sol avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

attoparsec-parsec's Issues

Conflict with `endOfInput`, `try`, and `<?>` in newer attoparsec

Looks like there's a conflict with endOfInput, try, and <?> in a newer version of attoparsec (0.11.2.0?). try and <?> were introduced into Data.Attoparsec.Combinator in haskell/attoparsec@85554f7 and endOfInput was introduced in haskell/attoparsec@1c396ab. I ran into the following:

Building attoparsec-0.11.2.1...
[...]
Building attoparsec-parsec-0.1.2...
Preprocessing library attoparsec-parsec-0.1.2...
[1 of 1] Compiling Data.Attoparsec.Text.Parsec ( src/Data/Attoparsec/Text/Parsec.hs, dist/dist-sandbox-a624c9f6/build/Data/Attoparsec/Text/Parsec.o )

src/Data/Attoparsec/Text/Parsec.hs:165:28:
    Ambiguous occurrence `<?>'
    It could refer to either `Data.Attoparsec.Text.Parsec.<?>',
                             defined at src/Data/Attoparsec/Text/Parsec.hs:145:1
                          or `Data.Attoparsec.Combinator.<?>',
                             imported from `Data.Attoparsec.Combinator' at src/Data/Attoparsec/Text/Parsec.hs:130:1-43

src/Data/Attoparsec/Text/Parsec.hs:177:21:
    Ambiguous occurrence `try'
    It could refer to either `Data.Attoparsec.Text.Parsec.try',
                             defined at src/Data/Attoparsec/Text/Parsec.hs:153:1
                          or `Data.Attoparsec.Combinator.try',
                             imported from `Data.Attoparsec.Combinator' at src/Data/Attoparsec/Text/Parsec.hs:130:1-43

src/Data/Attoparsec/Text/Parsec.hs:290:10:
    Ambiguous occurrence `endOfInput'
    It could refer to either `Data.Attoparsec.Text.Parsec.endOfInput',
                             defined at src/Data/Attoparsec/Text/Parsec.hs:285:1
                          or `Data.Attoparsec.Combinator.endOfInput',
                             imported from `Data.Attoparsec.Combinator' at src/Data/Attoparsec/Text/Parsec.hs:130:1-43

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.