diff options
-rwxr-xr-x | rain.bh.hs | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,11 +1,7 @@ -#!/usr/bin/env stack -{- stack - --nix - --resolver lts-11.15 - --install-ghc - runghc - --package random --} +#! /usr/bin/env nix-shell +#! nix-shell -p "haskellPackages.ghcWithPackages (pkgs: [pkgs.random])" -i runghc + +{-# OPTIONS_GHC -Wall #-} {-# LANGUAGE TypeSynonymInstances #-} {-# LANGUAGE FlexibleInstances #-} |