LPFP-core-1.1.1: LPFP-core.cabal
name: LPFP-core
version: 1.1.1
synopsis: Code for the book Learn Physics with Functional Programming
description: Haskell code to help the user learn mechanics of one particle,
mechanics of multiple interacting particles, and electromagnetic theory.
LPFP-core elides all of the graphics dependencies of LPFP,
so it has a much better chance of building without problems.
homepage: https://lpfp.io
author: Scott N. Walck
maintainer: walck@lvc.edu
copyright: 2023 Scott N. Walck
license: BSD3
license-file: LICENSE
build-type: Simple
category: Physics
cabal-version: 1.12
library
exposed-modules:
LPFPCore
LPFPCore.SimpleVec
LPFPCore.Newton2
LPFPCore.Mechanics1D
LPFPCore.Mechanics3D
LPFPCore.MultipleObjects
LPFPCore.MOExamples
LPFPCore.Electricity
LPFPCore.CoordinateSystems
LPFPCore.Geometry
LPFPCore.Integrals
LPFPCore.Charge
LPFPCore.ElectricField
LPFPCore.Current
LPFPCore.MagneticField
LPFPCore.Lorentz
LPFPCore.Maxwell
hs-source-dirs: src
build-depends: base >= 4.7 && < 5,
containers >= 0.6 && < 0.7
default-language: Haskell2010