Name: learn-physics
Version: 0.3
Synopsis: Haskell code for learning physics
Description: A library of functions for vector calculus,
calculation of electric field, electric flux,
magnetic field, and other quantities in mechanics
and electromagnetic theory.
License: BSD3
License-file: LICENSE
Author: Scott N. Walck
Maintainer: Scott N. Walck <walck@lvc.edu>
Category: Physics
Build-type: Simple
Cabal-version: >=1.6
Tested-with: GHC == 7.6.3
Library
Exposed-modules: Physics.Learn.Charge
Physics.Learn.Current
Physics.Learn.Position
Physics.Learn.Curve
Physics.Learn.Surface
Physics.Learn.Volume
Physics.Learn.CarrotVec
Physics.Learn.SimpleVec
Physics.Learn.CommonVec
Physics.Learn.CoordinateFields
Physics.Learn.CoordinateSystem
Physics.Learn.StateSpace
Physics.Learn.RungeKutta
Physics.Learn.CompositeQuadrature
Physics.Learn.RootFinding
Physics.Learn.Mechanics
Physics.Learn
Physics.Learn.Visual.VisTools
Build-depends: base >= 4.2 && < 4.8,
vector-space >= 0.8.4 && < 0.9,
not-gloss >= 0.5.0.4 && < 0.7,
spatial-math >= 0.1.7 && < 0.3
Hs-source-dirs: src