Published on October 26, 2015 Recently I needed to build a Haskell program that would run on my DigitalOcean box. The problem was that my laptop’s Linux distro (Fedora 22) was different from my server’s distro (Debian jessie), and they had different versions of shared libraries. I could build my app directly on the server, but I decided to go with static linking instead. I didn’t find a lot of inf