From 1925c123d7d8184a1d2ddc0a413e0fd2776e1083 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 8 May 2014 08:48:12 +0200 Subject: empty hmatrix-base --- packages/base/hmatrix-base.cabal | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 packages/base/hmatrix-base.cabal (limited to 'packages/base/hmatrix-base.cabal') diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal new file mode 100644 index 0000000..148c8f3 --- /dev/null +++ b/packages/base/hmatrix-base.cabal @@ -0,0 +1,45 @@ +Name: hmatrix-base +Version: 0.16.0.0 +License: BSD3 +License-file: LICENSE +Author: Alberto Ruiz +Maintainer: Alberto Ruiz +Stability: provisional +Homepage: https://github.com/albertoruiz/hmatrix +Synopsis: Numeric Linear Algebra +Description: Numeric Linear Algebra +Category: Math +tested-with: GHC==7.8 + +cabal-version: >=1.8 + +build-type: Simple + +extra-source-files: + +library + + Build-Depends: base >= 4 && < 5 + + hs-source-dirs: src + + exposed-modules: + + other-modules: + + extensions: ForeignFunctionInterface, + CPP + + ghc-options: -Wall + + cc-options: -O4 -msse2 -Wall + + cpp-options: -DBINARY + + extra-libraries: blas lapack + + +source-repository head + type: git + location: https://github.com/albertoruiz/hmatrix + -- cgit v1.2.3