• Victor@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    14 hours ago

    If it looks mostly like Haskell but has better tooling, I’m in. I have yet to manage to successfully set up a Haskell environment on my own PC. 😅 I am obviously missing something.

    • sip@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      40 minutes ago

      I used it either through my distro’s package or using stack install. there’s also cabal install, but that doesn’t install the compiler, at least not in 2017 when I played with it.