mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Fix exposed modules when hmatrix is enabled.
Former-commit-id: 4ce326c8c2a7de18ce7826661f5bcd81e6363b06
This commit is contained in:
parent
42011706e3
commit
17a5a693f0
1 changed files with 2 additions and 2 deletions
|
|
@ -73,14 +73,12 @@ library
|
|||
Reanimate.Math.Balloon
|
||||
Reanimate.Math.Compatible
|
||||
Reanimate.Math.Render
|
||||
Reanimate.Math.Smooth
|
||||
Reanimate.Morph.Common
|
||||
Reanimate.Morph.Linear
|
||||
Reanimate.Morph.Rotational
|
||||
Reanimate.Morph.LeastWork
|
||||
Reanimate.Morph.LineBend
|
||||
Reanimate.Morph.Cache
|
||||
Reanimate.Morph.Rigid
|
||||
Reanimate.Raster
|
||||
Reanimate.ColorMap
|
||||
Reanimate.ColorSpace
|
||||
|
|
@ -120,6 +118,8 @@ library
|
|||
split, fingertree, array, cereal, vector-space
|
||||
if flag(hmatrix) {
|
||||
build-depends: hmatrix >= 0.20.0.0
|
||||
exposed-modules: Reanimate.Morph.Rigid
|
||||
Reanimate.Math.Smooth
|
||||
}
|
||||
ghc-options: -Wall -fno-ignore-asserts
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue