mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-18 03:12:40 +00:00
Fix race condition issues on Windows.
Former-commit-id: 970a6f8c92ba8cab41053cb7a933a45f416e8696
This commit is contained in:
parent
9d5002e869
commit
158d79a9e7
6 changed files with 58 additions and 57 deletions
|
|
@ -6,7 +6,7 @@ module Main (main) where
|
|||
|
||||
import Control.Lens
|
||||
import Data.Text (pack, Text)
|
||||
import Numeric
|
||||
import Numeric
|
||||
|
||||
import Graphics.SvgTree hiding (Text)
|
||||
import Reanimate.Driver (reanimate)
|
||||
|
|
|
|||
Loading…
Reference in a new issue