Giter Club home page Giter Club logo

Comments (7)

juhp avatar juhp commented on August 11, 2024

I just hit this while building stackage nightly:

Test suite doctest: RUNNING...
### Failure in ./Network/Wai/Logger/Apache.hs:30: expression `import Network.Wai.Test'
expected: 
 but got: 
          <no location info>:
              Could not find module ‘Network.Wai.Test’
              It is not a module in the current program, or in any known package.
Examples: 15  Tried: 2  Errors: 0  Failures: 1
Test suite doctest: FAIL

with wai-logger-2.2.4.1.

from logger.

kazu-yamamoto avatar kazu-yamamoto commented on August 11, 2024

You need to install wai-extra which cannot be added to dependencies due to cyclic dependencies.

from logger.

snoyberg avatar snoyberg commented on August 11, 2024

Can't the dependency be added to just the test suite without causing cycle
issues?

On Wed, Jul 29, 2015, 5:52 PM Kazu Yamamoto [email protected]
wrote:

You need to install wai-extra which cannot be added to dependencies due
to cyclic dependencies.


Reply to this email directly or view it on GitHub
#42 (comment)
.

from logger.

kazu-yamamoto avatar kazu-yamamoto commented on August 11, 2024

No. cabal install --only-dependencies --enable-tests complains if wai-extra is added to the test suite.

from logger.

snoyberg avatar snoyberg commented on August 11, 2024

That's unfortunate. Probably worth filing a bug with cabal. For the record, it works with stack, but I don't know if that will help out Nix at all.

from logger.

peti avatar peti commented on August 11, 2024

Well, it's possible to do some complicated bootstrapping in Nix to work around the problem, but I suppose it's simpler to just disable the test suite. :-(

from logger.

kazu-yamamoto avatar kazu-yamamoto commented on August 11, 2024

I would close this issue. Please reopen if necessary.

from logger.

Related Issues (20)

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.