Cabal revisions of hmatrix-0.14.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: hmatrix Version: 0.14.0.0+x-revision: 1 License: GPL License-file: LICENSE Author: Alberto Ruiz flag dd description: svd = zgesdd default: True+ manual: True flag mkl description: Link with Intel's MKL optimized libraries. default: False+ manual: True flag unsafe description: Compile the library with bound checking disabled. default: False+ manual: True flag finit description: Force FPU initialization in foreing calls default: False+ manual: True flag debugfpu description: Check FPU stack default: False+ manual: True flag debugnan description: Check NaN default: False+ manual: True +custom-setup+ setup-depends: Cabal <1.25, base <4.7, directory <1.3, process <1.2+ library - Build-Depends: base >= 4 && < 5,- array,- storable-complex,- process, random,- vector >= 0.8,- binary+ Build-Depends: base >= 4 && < 4.7,+ array < 0.5,+ storable-complex < 0.3,+ process < 1.2,+ random < 1.2,+ vector >= 0.8 && < 0.13,+ binary < 0.6 Extensions: ForeignFunctionInterface, CPP