mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Adding haskell.nix based default and shell.nix (#141)
Co-authored-by: Ben Ford <ben@perurbis.com>
This commit is contained in:
parent
51263e2fba
commit
f6f388c8da
7 changed files with 121 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue