Adding haskell.nix based default and shell.nix (#141)

Co-authored-by: Ben Ford <ben@perurbis.com>
This commit is contained in:
Ben Ford 2020-09-02 02:47:04 +01:00 committed by GitHub
commit f6f388c8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 121 additions and 7 deletions

View file

@ -1,5 +1,12 @@
#!/usr/bin/env stack
-- stack runghc --package reanimate
#!/usr/bin/env cabal
{- cabal:
build-depends: base
, reanimate
, reanimate-svg
, vector
, random
, JuicyPixels
-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ParallelListComp #-}
module Main