-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathodepack-hs.cabal
35 lines (33 loc) · 1.09 KB
/
odepack-hs.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: odepack-hs
version: 0
synopsis: partial binding to ODEPACK
description: partial binding to ODEPACK
license: BSD3
license-file: LICENSE
author: Adam Vogt
maintainer: Adam Vogt <[email protected]>
category: Development, Math
build-type: Simple
cabal-version: >=1.10
extra-source-files: cbits/odepack.h
library
exposed-modules: Odepack
Odepack.Raw
default-extensions: DataKinds
FlexibleContexts
ForeignFunctionInterface
PolyKinds
QuasiQuotes
RankNTypes
TemplateHaskell
ViewPatterns
build-depends:
ad >= 3.4,
base <5,
HList >= 0.3.4,
vector
build-tools: c2hs
default-language: Haskell2010
c-sources: cbits/odepack.c
include-dirs: cbits
extra-libraries: f2c