Coder Social home page Coder Social logo

Comments (6)

cordawyn avatar cordawyn commented on August 18, 2024

Probably somewhat related to this issue is that I can no longer compile the project even at its latest head: c2297f2. Only after I've removed all lines with instance Binary * declarations, I managed to compile it. (It seems import Data.Binary in src/Data/RDF/TriplesGraph.hs doesn't do much as well). How did this "Binary" thing creep into our cute little project? ;-)
It appears, @robstewart57 enabled it for RDF graph serialisation in 2773e4c... Is it still valid, @robstewart57 ?

from rdf4h.

robstewart57 avatar robstewart57 commented on August 18, 2024

Hi @cordawyn .

Probably somewhat related to this issue is that I can no longer compile the project even at its latest head:

What compiler errors relating to the Binary instances are you getting? I'll take a look into it.

How did this "Binary" thing creep into our cute little project?

The reason for adding Binary instances is to allow users to serialise RDF graphs, for example should they want to persist a graph as a Haskell bytestring to file, or if they wish to transmit an RDF graph between computers over a network with one of the distributed Haskell libraries.

from rdf4h.

cordawyn avatar cordawyn commented on August 18, 2024

Hi @robstewart57! Long time no see :)
Here's the output of make:

Building rdf4h-1.3.2...
Preprocessing library rdf4h-1.3.2...
[ 1 of 14] Compiling Data.RDF.Types   ( src/Data/RDF/Types.hs, dist/build/Data/RDF/Types.o )

src/Data/RDF/Types.hs:514:10:
    No instance for (Binary T.Text)
      arising from a use of `binary-0.7.2.3:Data.Binary.Class.$gdmput'
    Possible fix: add an instance declaration for (Binary T.Text)
    In the expression: (binary-0.7.2.3:Data.Binary.Class.$gdmput)
    In an equation for `put':
        put = (binary-0.7.2.3:Data.Binary.Class.$gdmput)
    In the instance declaration for `Binary PrefixMappings'
make: *** [build] Error 1

(I'm still using good old ghc-7.6.3, hopefully it's not the issue though).

from rdf4h.

robstewart57 avatar robstewart57 commented on August 18, 2024

OK @cordawyn I've pushed a commit that bumps the lower bounds for text to 1.2.1.0 , which is when the Binary instances were added to that library. See 009d7e7 , which is now HEAD.

from rdf4h.

cordawyn avatar cordawyn commented on August 18, 2024

@robstewart57 That worked for me, thanks!

from rdf4h.

robstewart57 avatar robstewart57 commented on August 18, 2024

Fixed in 0ffc85b .

from rdf4h.

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.