GithubHelp home page GithubHelp logo

Comments (3)

loreto avatar loreto commented on May 22, 2024 1

Thanks for reporting, let me take a look this coming week and see if we can easily fix it.

from devbox.

Lagoja avatar Lagoja commented on May 22, 2024 1

Confirmed this is still an issue. I think @ParetoOptimalDev is right that the solution is to rewrite haskellPackages to haskellPackages.ghcWithPackages. I think the implementation would be similar to what we do for PHP Extensions:

https://github.com/hezhizhen/devbox/blob/d71daf33f52a83ce33cf66d7461d59030403b49f/internal/planner/languages/php/php_v2_planner.go#L40

from devbox.

ParetoOptimalDev avatar ParetoOptimalDev commented on May 22, 2024

Thanks for reporting, let me take a look this coming week and see if we can easily fix it.

Sure, if it helps my first thought was "Can devbox add haskellPackages.aeson just always rewrite to implicitly be equivalent to nix-shell -p "haskellPackages.ghcWithPackages (p: [p.aeson])" rather than what I'm assuming it's now equivalent to nix-shell -p haskellPackages.aeson.

For haskell in particular this is very useful because the built packages are cached. For things like the cryptonite library that take a long time to compile, this can save you hours.

Where as with the binary cache of cryptonite I can get ghci with cryptonite available in 3.8s:

$ time nix-shell -p "haskellPackages.ghcWithPackages (p: [p.cryptonite])" --run exit
... snip ... 
copying path '/nix/store/nkhj0j7vnvv0810g8zg15fpabvkwlzwy-memory-0.15.0' from 'https://cache.nixos.org'...
copying path '/nix/store/lyll680sx4cpbm2ivabq3abmhyc4z13q-cryptonite-0.29' from 'https://cache.nixos.org'...
building '/nix/store/dw00lxfnhhjnyfip8p6kd20ypcc4248s-ghc-8.10.7-with-packages.drv'...

from devbox.

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.