packages feed

Cabal revisions of hmatrix-0.13.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:               hmatrix Version:            0.13.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 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 -library+custom-setup+    setup-depends: Cabal <1.25, base <4.7, directory <1.3, process <1.2 -    Build-Depends:      base >= 4 && < 5,-                        array,-                        storable-complex,-                        process+library+    Build-Depends:      base >= 4 && < 4.7,+                        array < 0.5,+                        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.13        cpp-options:     -DVECTOR      if flag(binary)-       Build-Depends:   binary+       Build-Depends:   binary < 0.6        cpp-options:     -DBINARY   -- ghc-prof-options:   -auto