[WIP] Use hgeometry instead of custom code (#142)

This commit is contained in:
David Himmelstrup 2020-08-26 17:39:13 +08:00 committed by GitHub
commit 117179cf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 102 additions and 227 deletions

View file

@ -3,6 +3,7 @@
{-# LANGUAGE ApplicativeDo #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE PackageImports #-}
module Main (main) where
import Reanimate
@ -18,7 +19,7 @@ import qualified Data.Text as T
import Graphics.SvgTree hiding (Text, text)
import NeatInterpolation
import System.Random
import System.Random.Shuffle
import "random-shuffle" System.Random.Shuffle
main :: IO ()