home.social

#hackage — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hackage, aggregated by home.social.

  1. @feld good question!

    i think we automatically package all #haskell packages from #hackage and some #stackage (18k) and all #Rpackages from #CRAN (27k)

    the manually packaged python and perl libs are available for multiple versions. the supported ones are visible, older still work

    check out the package sets on the left search.nixos.org/packages?chan*

    that blows up the number! we don't have ancient, unmaintained packages found in debian, but modern ones like in #AUR

    #nixos #nix #packaging

    @gregorni

  2. Last week I submitted a new version of my currycarbon #haskell library to #hackage (see archaeo.social/@ClemensSchmid/). I made a mistake in the setup of my golden tests, which prevented the package from building on #stackage. @alaendle observed the issue, contacted me, explained the problem and answered my questions on GitHub. It was a very kind and professional exchange (see github.com/nevrome/currycarbon).

    I was astonished how well this was handled and wanted to share the experience 💗

  3. Recently I released my old #utility I personally was using for last few years called “place-cursor-at” written in #Haskell (built on top of #X11 #Xlib). It helps to move your mouse cursor around your screens to specific approximate positions. Generally it helps to use the keyboard more and less the mouse.

    It was released on #Hackage and #Stackage. And now it’s also available in #Nix and #NixOS 20.09. Give it a try:

    nix-shell -p place-cursor-at --run place-cursor-at

    github.com/unclechu/place-curs

  4. Recently I released my old #utility I personally was using for last few years called “place-cursor-at” written in #Haskell (built on top of #X11 #Xlib). It helps to move your mouse cursor around your screens to specific approximate positions. Generally it helps to use the keyboard more and less the mouse.

    It was released on #Hackage and #Stackage. And now it’s also available in #Nix and #NixOS 20.09. Give it a try:

    nix-shell -p place-cursor-at --run place-cursor-at

    github.com/unclechu/place-curs