Cabal revisions of hmatrix-0.12.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: hmatrix Version: 0.12.0.2+x-revision: 1 License: GPL License-file: LICENSE Author: Alberto Ruiz flag tests description: Build tests default: True+ manual: True 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 vector description: Use Data.Vector.Storable type from "vector" package. default: True+ manual: True flag binary description: Define Binary instances default: True+ 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.5, directory <1.2, process <1.2+ library - Build-Depends: base >= 4 && < 5,- array,- storable-complex,- process+ Build-Depends: base >= 4 && < 4.5,+ array < 0.4,+ storable-complex < 0.3,+ process < 1.2 Extensions: ForeignFunctionInterface, CPP lib/Numeric/GSL/gsl-aux.c if flag(vector)- Build-Depends: vector >= 0.8+ Build-Depends: vector >= 0.8 && < 0.12 cpp-options: -DVECTOR if flag(binary)- Build-Depends: binary+ Build-Depends: binary < 0.6 cpp-options: -DBINARY if flag(tests)- Build-Depends: QuickCheck, HUnit, random+ Build-Depends: QuickCheck < 2.10, HUnit < 1.4, random < 1.2 exposed-modules: Numeric.LinearAlgebra.Tests other-modules: Numeric.LinearAlgebra.Tests.Instances, Numeric.LinearAlgebra.Tests.Properties