Disable hmatrix by default and bump version to 0.3.2.1

Former-commit-id: f2d5c33efa598407bf93960b0eca92d2db4ed555
This commit is contained in:
David Himmelstrup 2020-05-16 21:04:31 +08:00
commit 42011706e3

View file

@ -3,7 +3,7 @@ cabal-version: 1.18
-- see http://haskell.org/cabal/users-guide/
name: reanimate
version: 0.3.2.0
version: 0.3.2.1
-- synopsis:
-- description:
license: PublicDomain
@ -38,7 +38,7 @@ Source-Repository head
Flag hmatrix
Description: Enable hmatrix dependency (requires blas and lapack)
Default: True
Default: False
Manual: True
Flag test