Giter Club home page Giter Club logo

Comments (4)

HeinrichApfelmus avatar HeinrichApfelmus commented on June 3, 2024

Hello Daniel,

there are two things happening:

  • reactive-banana actually depends on version >= 4.3.0.0 of the base libraries due to the use of the void function. I didn't specify that carefully.
  • GHC 6.12 is stuck with version 0.3 of the containers library, which means that reactive-banana is not compatible.

I would recommend installing GHC 7. If that's unfeasible, I can try to make it compatible with older GHC versions.

from reactive-banana.

danwerner avatar danwerner commented on June 3, 2024

Thanks, upgrading the 'ghc' Ubuntu package to 7.x did the trick for me with reactive-banana[-wx]. Now the only thing that still won't compile is the BlackBoard demo app. After some hacking on the cabal dependencies and changing module names around, I'm left with this:

% cabal configure && cabal build
Resolving dependencies...
Configuring Blackboard-0.1...
Preprocessing executables for Blackboard-0.1...
Building Blackboard-0.1...
[5 of 9] Compiling Reactive.GraphicOpt ( src/Reactive/GraphicOpt.hs, dist/build/Blackboard/Blackboard-tmp/Reactive/GraphicOpt.o )

src/Reactive/GraphicOpt.hs:72:10: Not in scope: `merge'

Please take a look at my naïve fixing attempts at https://github.com/danwerner/reactive-banana. Perhaps I made some incorrect assumptions about how the module names have changed?

from reactive-banana.

HeinrichApfelmus avatar HeinrichApfelmus commented on June 3, 2024

Ah, the BlackBoard application suffers from bitrot already, it still requires reactive-banana 0.1. Updating takes more work.

You may want to have a look at the examples in reactive-banana-wx instead.

from reactive-banana.

danwerner avatar danwerner commented on June 3, 2024

I see, thanks for pointing that out. I will take a look at the newer examples instead.

from reactive-banana.

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.