This repository is a self-contained example showing how to compile statically-linked Linux x86-64 Haskell binaries with Nix. Statically-linked Linux binaries are able to run on almost any Linux system ...
example-haskell-lib: a library with a few modules offering very simple functions example-haskell-app: an executable that prints a message to the console, depending on example-haskell-lib as well as a ...
Haskell is the new kid on the block of programming languages. It too follows the computing paradigm called ‘Functional Programming’ i.e. approach a problem in terms of what the solution should look ...