FP Complete

Blog

Posts

Combining Axum, Hyper, Tonic, and Tower for hybrid web/gRPC apps: Part 2

This is the second of four posts in a series on combining web and gRPC services into a single service using Tower, Hyper, Axum, and Tonic. The full four parts

September 6, 2021

This blog post is intended to answer two very frequest questions about stack: how is it different from Cabal? And: Why was

A few weeks ago, we announced the first public beta of stack, a new build tool for Haskell. Since then we’ve seen

stack is a new, complete, cross-platform development tool aimed at both new and experienced Haskell developers alike, for installing and setting up

The Commercial Haskell SIG members want to help people adopt Haskell. What would help? Data beats speculation, so FP Complete recently emailed

tl;dr Please check out beta.stackage.org I made the first commit to the Stackage Server code base a little over a year ago.

Because Haskell is a language of choice for many problem domains, and for scales ranging from one-off scripts to full scale web

Since we’ve received multiple bug reports on this, and there are many people suffering from it reporting on the cabal issue, Neil

At FP Complete, we’re no strangers to running complex web services. But we know from experience that the simplest service to maintain

We’re happy to announce that all users of Haskell packages can now securely download packages. As a tl;dr, here are the changes

Alexandr Kurilin from Front Row Education recently wrote an article about their usage of Haskell for the Commercial Haskell Special Interest Group.

The Problem Recently we needed to redirect all Amazon Elastic Load Balancer (ELB) HTTP traffic to HTTPS. AWS ELB doesn’t provide this

As announced by Michael Snoyman a couple weeks ago, we are going to be releasing an open source version of the School

It seems that every time a blog post about Stackage comes out, someone comments on Reddit how excited they are for Stackage

Hot on the heels of yesterday’s release of stackage-upload, I’m happy to announce the release of stackage-install. This tool was actually not

I’m happy to announce the first version of stackage-upload. Copied below is the content of the README file; if you see errors

Flame graphs for GHC time profiles GHC comes with a number of nice profiling facilities. Among other things, GHC can generate time

We’re happy to announce the first release of stackage-cli (Command Line Interface). This project got started by a request in a somewhat

Last month, we announced the open sourcing of ide-backend, the engine underlying both School of Haskell and FP Haskell Center. In this