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/LICENSE | 26 +++++++++++++++++++++++ packages/base/Setup.lhs | 5 +++++ packages/base/hmatrix-base.cabal | 45 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 packages/base/LICENSE create mode 100644 packages/base/Setup.lhs create mode 100644 packages/base/hmatrix-base.cabal (limited to 'packages/base') diff --git a/packages/base/LICENSE b/packages/base/LICENSE new file mode 100644 index 0000000..c4b781e --- /dev/null +++ b/packages/base/LICENSE @@ -0,0 +1,26 @@ +Copyright (c) 2006-2014 Alberto Ruiz and other contributors + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/packages/base/Setup.lhs b/packages/base/Setup.lhs new file mode 100644 index 0000000..4b19c19 --- /dev/null +++ b/packages/base/Setup.lhs @@ -0,0 +1,5 @@ +#! /usr/bin/env runhaskell + +> import Distribution.Simple +> main = defaultMain + 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