Name: learn-physics-examples Version: 0.5.0.1 Stability: Experimental Synopsis: examples for learn-physics Description: Executables that use the learn-physics library. License: BSD3 License-file: LICENSE Author: Scott N. Walck Maintainer: Scott N. Walck Category: Physics Build-type: Simple Cabal-version: >=1.8 Tested-with: GHC == 7.8.2 Executable learn-physics-PlaneWave Main-is: src/PlaneWave.hs Build-depends: not-gloss >= 0.6 && < 0.7, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 Executable learn-physics-eFieldLine3D Main-is: src/eFieldLine3D.hs Build-depends: not-gloss >= 0.6 && < 0.7, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 Executable learn-physics-LorentzForceSimulation Main-is: src/LorentzForceSimulation.hs Build-depends: not-gloss >= 0.6 && < 0.7, spatial-math >= 0.2 && < 0.3, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 Executable learn-physics-BCircularLoop Main-is: src/BCircularLoop.hs Build-depends: not-gloss >= 0.6 && < 0.7, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 Executable learn-physics-sunEarth Main-is: src/sunEarthRK4.hs Build-depends: gloss >= 1.8 && < 1.9, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 Executable learn-physics-eFieldLine2D Main-is: src/eFieldLine2D.hs Build-depends: gloss >= 1.8 && < 1.9, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 Executable learn-physics-Projectile Main-is: src/Projectile.hs Build-depends: gnuplot >= 0.5 && < 0.6, base >= 4.5 && < 4.8, learn-physics >= 0.5 && < 0.6 -- Executable learn-physics-ElectricFluxPlot -- Main-is: src/ElectricFluxPlot.hs -- Build-depends: gnuplot >= 0.5 && < 0.6, -- base >= 4.5 && < 4.8, -- learn-physics >= 0.5 && < 0.6 -- Executable learn-physics-DampedOscillator -- Main-is: src/DampedOscillator.hs -- Build-depends: gnuplot >= 0.5 && < 0.6, -- base >= 4.5 && < 4.8, -- learn-physics >= 0.5 && < 0.6