mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Rename Interpolate module to ColorComponents
Fixes #73 Former-commit-id: d95bb857fb676acc16669b58014fae33f697f61f
This commit is contained in:
parent
7da871b2b2
commit
d92660fe18
16 changed files with 16 additions and 16 deletions
|
|
@ -3,8 +3,8 @@
|
|||
module Main(main) where
|
||||
|
||||
import Reanimate
|
||||
import Reanimate.Interpolate
|
||||
import Reanimate.Builtin.Documentation
|
||||
import Reanimate.ColorComponents
|
||||
import Codec.Picture
|
||||
|
||||
main :: IO ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue