Giter Club home page Giter Club logo

Comments (1)

idontgetoutmuch avatar idontgetoutmuch commented on June 9, 2024 1
let
  overlay = self: super: {
    haskell = super.haskell // {
      packageOverrides = selfH: superH: {

        gloss-export = super.haskell.lib.doJailbreak (super.haskell.lib.dontCheck (
          selfH.callCabal2nix "gloss-export" (builtins.fetchGit {
            url = "https://gitlab.com/timo-a/gloss-export.git";
            rev = "d2d38aa679f31838ff718ffaac1fd9459b5c925f";
          }) { }));

        ihaskell-diagrams = selfH.callCabal2nixWithOptions "ihaskell-diagrams" (builtins.fetchGit {
          url = "https://github.com/IHaskell/IHaskell";
          rev = "725d900414462da0f1859334a482e80c7a9e33d9";
          # rev = "1c22a874ac0c8ed019229f4a0cd5a0bfda017357";
        }) "--subpath ihaskell-display/ihaskell-diagrams" { };

      };
    };
  };
  nixpkgs = import (builtins.fetchTarball {
    url = "https://github.com/NixOS/nixpkgs/archive/refs/tags/22.11.tar.gz";
    sha256 = "11w3wn2yjhaa5pv20gbfbirvjq6i3m7pqrq2msf0g7cv44vijwgw";
  }) { overlays = [ overlay ]; };
in import ./release-9.0.nix {
  nixpkgs = nixpkgs; # equivalent to `inherit nixpkgs;`
  packages = haskellPackages: with haskellPackages; [
    array base bearriver Chart containers diagrams dunai gloss
    MonadRandom mtl diagrams diagrams-cairo hvega ihaskell-hvega
    plots
    ihaskell-juicypixels
    gloss-export
    ihaskell-diagrams
  ];
}

from ihaskell.

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.