From ded908e2a222f902b41e500eea5272700db75699 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 24 Feb 2010 10:08:07 +0000 Subject: fixed .cabal --- packages/glpk/glpk.cabal | 35 ----------------------------------- packages/glpk/hmatrix-glpk.cabal | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 packages/glpk/glpk.cabal create mode 100644 packages/glpk/hmatrix-glpk.cabal diff --git a/packages/glpk/glpk.cabal b/packages/glpk/glpk.cabal deleted file mode 100644 index 5df45ca..0000000 --- a/packages/glpk/glpk.cabal +++ /dev/null @@ -1,35 +0,0 @@ -Name: hmatrix-glpk -Version: 0.1.0 -License: GPL -License-file: LICENSE -Author: Alberto Ruiz -Maintainer: Alberto Ruiz -Stability: experimental -Homepage: http://code.haskell.org/hmatrix -Synopsis: Linear Programming based on GLPK -Description: - Simple interface to linear programming functions provided by GLPK. - -Category: Math -tested-with: GHC ==6.10.4 - -cabal-version: >=1.2 -build-type: Simple - -extra-source-files: examples/simplex1.hs - examples/simplex2.hs - examples/simplex3.hs - examples/simplex4.hs - -library - Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 - - hs-source-dirs: lib - - Exposed-modules: Numeric.LinearProgramming - - c-sources: lib/Numeric/LinearProgramming/glpk.c - - ghc-options: -Wall - - extra-libraries: glpk diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal new file mode 100644 index 0000000..b7f0db4 --- /dev/null +++ b/packages/glpk/hmatrix-glpk.cabal @@ -0,0 +1,35 @@ +Name: hmatrix-glpk +Version: 0.1.0 +License: GPL +License-file: LICENSE +Author: Alberto Ruiz +Maintainer: Alberto Ruiz +Stability: experimental +Homepage: http://code.haskell.org/hmatrix +Synopsis: Linear Programming based on GLPK +Description: + Simple interface to linear programming functions provided by GLPK. + +Category: Math +tested-with: GHC ==6.10.4 + +cabal-version: >=1.2 +build-type: Simple + +extra-source-files: examples/simplex1.hs + examples/simplex2.hs + examples/simplex3.hs + examples/simplex4.hs + +library + Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 && < 0.9 + + hs-source-dirs: lib + + Exposed-modules: Numeric.LinearProgramming + + c-sources: lib/Numeric/LinearProgramming/glpk.c + + ghc-options: -Wall + + extra-libraries: glpk -- cgit v1.2.3