mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Disable hmatrix by default and bump version to 0.3.2.1
Former-commit-id: f2d5c33efa598407bf93960b0eca92d2db4ed555
This commit is contained in:
parent
ab54138680
commit
42011706e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue