basvandijk / scientific

Arbitrary-precision floating-point numbers represented using scientific notation
BSD 3-Clause "New" or "Revised" License
73 stars 40 forks source link

Update scientific.nix and add haskell-language-server to shell #96

Open Profpatsch opened 10 months ago

Profpatsch commented 10 months ago

This makes it trivial to edit the library, just open a nix-shell and vscode inside and you are good to go!

I removed the inNixShell thing, because for building the package the default.nix should be enough.

Profpatsch commented 10 months ago

I can cabal2nix . again to regenerate the scientific.nix file