Giter Site home page Giter Site logo

bolt's People

Contributors

bflyblue avatar

Watchers

 avatar  avatar

bolt's Issues

Meta-data issues

Welcome to Hackage!

I noticed your recent first package upload to Hackage as it was flagged by the matrix buildbot due to packaging meta-data issues:

  • 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.

  • The build-dependencies have inaccurate versions bounds. Please be aware that accurate version bounds are mandated by the PVP, and adherence to the PVP is expected as part of the Hackage guidelines. This has various knock off consequences, such as Hackage possibly not being able to generate Haddock documentation for your package, as well generally resulting in a poor experience for users since they'll run into the same compilation errors. Here's just one example: When an install-plan with network < 2.6 and network-uri >= 2.6 is picked, you'll run into a compilation failure such as

In order, the following will be built (use -v for more details):
 - bolt-0.1.0.1 {bolt-0.1.0.1-inplace} (lib) (first run)
Preprocessing library bolt-0.1.0.1...

src/Database/Bolt/Transport/Socket.hs:27:18:
    Ambiguous module name ‘Network.URI’:
      it was found in multiple packages:
      network-2.5.0.0@HwJJxUkjiBFBQIlEtrjEY1 network-uri-2.6.1.0@4xX5aB9sRUAIM5zxcdBosg
  • Moroever, In the case of bolt, not specifying other-extensions: DerivingAnyClass results in the cabal solver (and therefore the buildbot) picking a bad install-plan with GHC 7.8 (which didn't have this extension yet):
Configuring component lib from bolt-0.1.0.1
Preprocessing library bolt-0.1.0.1...

src/Data/PackStream.hs:1:14: Unsupported extension: DeriveAnyClass

If there is anything unclear of if you have any questions, please let me know!

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.