mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Remove unused 'unix' dependency
This dependency is unused, but its presence causes Windows compilation to fail.
This commit is contained in:
parent
71c61e5cd9
commit
c8f3bf4e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ library
|
||||||
Reanimate.Cache
|
Reanimate.Cache
|
||||||
Paths_reanimate
|
Paths_reanimate
|
||||||
build-depends: base >=4.10 && <4.13,
|
build-depends: base >=4.10 && <4.13,
|
||||||
time, text, unix, filepath, process, directory,
|
time, text, filepath, process, directory,
|
||||||
containers, reanimate-svg >= 0.7.0.0, xml, bytestring, lens, linear, mtl, matrix,
|
containers, reanimate-svg >= 0.7.0.0, xml, bytestring, lens, linear, mtl, matrix,
|
||||||
JuicyPixels, attoparsec, parallel, diagrams, diagrams-svg,
|
JuicyPixels, attoparsec, parallel, diagrams, diagrams-svg,
|
||||||
diagrams-core, diagrams-lib, diagrams-contrib,
|
diagrams-core, diagrams-lib, diagrams-contrib,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue