-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclassy-dvda.cabal
41 lines (40 loc) · 1.55 KB
/
classy-dvda.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
36
37
38
39
40
41
name: classy-dvda
version: 0.1.0.0
synopsis: classical dynamics using Kanes equations or Lagrangian mechanics
-- description:
homepage: http://github.com/ghorn/classy-dvda
license: BSD3
license-file: LICENSE
author: Greg Horn
maintainer: gregmainland@gmail.com
-- copyright:
-- category:
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules: Classy
Classy.Convenience
Classy.Differentiation
Classy.DebugShow
Classy.Examples
Classy.OrderedHashSet
Classy.State
Classy.System
Classy.Types
Classy.Utils
Classy.VectorMath
other-modules: Kitesys
-- Classy.Casadi.Bindings
-- Classy.Casadi.DAE
-- Classy.Casadi.Integrator
-- Classy.Casadi.SXFunction
build-depends: base >= 4 && < 5,
dvda >= 0.4 && < 0.5,
mtl >= 2.1 && < 2.2,
-- MissingPy,
-- unordered-containers and hashable will use the same version that dvda uses
-- so we don't need to specify
unordered-containers,
containers,
hashable