hmatrix-banded 0.0 → 0.0.0.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basedep ~transformers
Dependency ranges changed: base, transformers
Files
- hmatrix-banded.cabal +7/−7
hmatrix-banded.cabal view
@@ -1,10 +1,10 @@ Name: hmatrix-banded-Version: 0.0+Version: 0.0.0.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de> Maintainer: Henning Thielemann <haskell@henning-thielemann.de>-Homepage: http://code.haskell.org/~thielema/hmatrix-banded/+Homepage: http://hub.darcs.net/thielema/hmatrix-banded/ Category: Math Synopsis: HMatrix interface to LAPACK functions for banded matrices Description: HMatrix interface to LAPACK functions for banded matrices@@ -17,20 +17,20 @@ default: False Source-Repository this- Tag: 0.0+ Tag: 0.0.0.1 Type: darcs- Location: http://code.haskell.org/~thielema/hmatrix-banded/+ Location: http://hub.darcs.net/thielema/hmatrix-banded/ Source-Repository head Type: darcs- Location: http://code.haskell.org/~thielema/hmatrix-banded/+ Location: http://hub.darcs.net/thielema/hmatrix-banded/ Library Extra-Libraries: lapack Build-Depends: hmatrix >=0.15.2 && <0.16,- transformers >=0.2 && <0.5,- base >=4.5 && <4.8+ transformers >=0.2 && <0.6,+ base >=4.5 && <5 GHC-Options: -Wall -fwarn-missing-import-lists Hs-Source-Dirs: src