Skip to content

Commit 536fe0c

Browse files
author
dylan
committed
cabal fields for hackage
darcs-hash:20080706203137-dd378-9aa1dea55c84b5b428521e272f5393b041122275
1 parent c4b15ac commit 536fe0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

matlab.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Author: Dylan Simon
55
Maintainer: [email protected]
66
License: BSD3
77
Synopsis: Matlab bindings and interface
8+
Description: This package aims to provide a comprehensive interface to the MathWorks MATLAB(R) libraries and native data structures, including complete matrix access, MAT-format files, linking and execution of runtime libraries and engine. Requires MATLAB for full functionality or an installed Matlab Component Runtime (MCR).
9+
Category: Foreign,Math
10+
build-type: Custom
811
tested-with: GHC == 6.8
912
extra-source-files: configure matlab.buildinfo.in Foreign/Matlab/Config.hs.in
1013
src/Makefile.in src/hsmatlab.m src/hsmatlab.c
@@ -28,7 +31,7 @@ Library
2831
Exposed-modules: Foreign.Matlab.Runtime, Foreign.Matlab.Runtime.Generic
2932
Other-modules: Foreign.Matlab.Config, Foreign.Matlab.Util, Foreign.Matlab.Internal
3033
Extensions: ForeignFunctionInterface, TypeSynonymInstances, MultiParamTypeClasses, FunctionalDependencies, EmptyDataDecls, ScopedTypeVariables, LiberalTypeSynonyms, DeriveDataTypeable, FlexibleInstances, UndecidableInstances
31-
ghc-options: -Wall -fno-warn-name-shadowing -O
34+
ghc-options: -Wall -fno-warn-name-shadowing
3235
extra-libraries: mx
3336
if flag(engine)
3437
extra-libraries: eng

0 commit comments

Comments
 (0)