mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
[WIP] Use hgeometry instead of custom code (#142)
This commit is contained in:
parent
daadc55e0d
commit
117179cf60
25 changed files with 102 additions and 227 deletions
|
|
@ -2,6 +2,7 @@
|
|||
-- stack runghc --package reanimate
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE PackageImports #-}
|
||||
module Main (main) where
|
||||
|
||||
import Codec.Picture
|
||||
|
|
@ -13,7 +14,7 @@ import Data.Vector.Unboxed (Vector)
|
|||
import qualified Data.Vector.Unboxed as V
|
||||
import Reanimate
|
||||
import System.Random
|
||||
import System.Random.Shuffle
|
||||
import "random-shuffle" System.Random.Shuffle
|
||||
|
||||
main :: IO ()
|
||||
main = reanimate $
|
||||
|
|
|
|||
Loading…
Reference in a new issue