GithubHelp home page GithubHelp logo

psc-package support about purescript-turbine HOT 2 CLOSED

tbm206 avatar tbm206 commented on July 4, 2024 1
psc-package support

from purescript-turbine.

Comments (2)

paldepind avatar paldepind commented on July 4, 2024

Hi @tbm206. Thank you for the suggestion. Support for os-package should definitely be added. I'll look into it to see how to add it to the package set.

from purescript-turbine.

tbm206 avatar tbm206 commented on July 4, 2024

Alternatively, spago can be used to add the two libraries to the local package set. For example, in the packages.dhall file:

let additions =
{ hareactive =
  { dependencies =
      [ "prelude"
      , "functions"
      , "maybe"
      , "partial"
      , "effect"
      , "aff"
      , "web-dom"
      , "web-uievents"
      ]
    , repo = "https://github.com/funkia/purescript-hareactive.git"
    , version = "v0.1.2"
  }
, turbine =
  { dependencies =
      [ "prelude"
      , "console"
      , "functions"
      , "record"
      , "effect"
      , "arrays"
      , "hareactive"
      , "web-html"
      , "web-events"
      , "web-uievents"
      , "typelevel-prelude"
      ]
    , repo = "https://github.com/funkia/purescript-turbine.git"
    , version = "v0.1.0"
  }
}

let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.13.3-20191005/packages.dhall sha256:ba287d858ada09c4164792ad4e643013b742c208cbedf5de2e35ee27b64b6817

let overrides = {=}

in  additions // upstream // overrides

from purescript-turbine.

Related Issues (4)

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.