/haskell-playground

Simple haskell usage demo

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

My Haskell playground

This repository contains code sample and small project to explore the Haskell language.

Get haskell packages using nix:

PKGS="wai warp http-types"
PIN=98747f27ecfee70c8c97b195cbb94df80a074dda
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/${PIN}.tar.gz -p "haskellPackages.ghcWithPackages(p: with p; [$PKGS])"