packages feed

Cabal revisions of learn-physics-0.6.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                learn-physics-Version:             0.6.4-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 classical mechanics,-                     electromagnetic theory, and quantum mechanics.-License:             BSD3-License-file:        LICENSE-Author:              Scott N. Walck-Maintainer:          Scott N. Walck <walck@lvc.edu>-Category:            Physics-Build-type:          Simple-Cabal-version:       >=1.8-Library-  Exposed-modules:     Physics.Learn-                       Physics.Learn.BeamStack-                       Physics.Learn.BlochSphere-                       Physics.Learn.CarrotVec-                       Physics.Learn.Charge-                       Physics.Learn.CommonVec-                       Physics.Learn.CompositeQuadrature-                       Physics.Learn.CoordinateFields-                       Physics.Learn.CoordinateSystem-                       Physics.Learn.Current-                       Physics.Learn.Curve-                       Physics.Learn.Ket-                       Physics.Learn.Mechanics-                       Physics.Learn.Position-                       Physics.Learn.QuantumMat-                       Physics.Learn.RootFinding-                       Physics.Learn.RungeKutta-                       Physics.Learn.Schrodinger1D-                       Physics.Learn.SimpleVec-                       Physics.Learn.StateSpace-                       Physics.Learn.Surface-                       Physics.Learn.Visual.GlossTools-                       Physics.Learn.Visual.PlotTools-                       Physics.Learn.Visual.VisTools-                       Physics.Learn.Volume-  Build-depends:       base >= 4.7 && < 4.13,-                       vector-space >= 0.8.4,-                       hmatrix >= 0.17,-                       gloss >= 1.8,-                       gnuplot >= 0.5 && < 0.6,-                       not-gloss >= 0.5.0.4,-                       spatial-math >= 0.2-  Hs-source-dirs:      src--Source-repository head-  type:                git-  location:            https://github.com/walck/learn-physics--Executable           learn-physics-PlaneWave-  Main-is:           examples/src/PlaneWave.hs-  Build-depends:     not-gloss >= 0.7.4,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-eFieldLine3D-  Main-is:           examples/src/eFieldLine3D.hs-  Build-depends:     not-gloss >= 0.7.4,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-LorentzForceSimulation-  Main-is:           examples/src/LorentzForceSimulation.hs-  Build-depends:     not-gloss >= 0.7.4,-                     spatial-math >= 0.2,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-BCircularLoop-  Main-is:           examples/src/BCircularLoop.hs-  Build-depends:     not-gloss >= 0.7.4,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-sunEarth-  Main-is:           examples/src/sunEarthRK4.hs-  Build-depends:     gloss >= 1.8,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-eFieldLine2D-  Main-is:           examples/src/eFieldLine2D.hs-  Build-depends:     gloss >= 1.8,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-Projectile-  Main-is:           examples/src/Projectile.hs-  Build-depends:     gnuplot >= 0.5,-                     base >= 4.5 && < 4.13,-                     learn-physics--Executable           learn-physics-NMR-  Main-is:           examples/src/NMR.hs-  Build-depends:     base >= 4.5,-                     learn-physics+Name:                learn-physics
+Version:             0.6.4
+x-revision: 1
+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 classical mechanics,
+                     electromagnetic theory, and quantum mechanics.
+License:             BSD3
+License-file:        LICENSE
+Author:              Scott N. Walck
+Maintainer:          Scott N. Walck <walck@lvc.edu>
+Category:            Physics
+Build-type:          Simple
+Cabal-version:       >=1.8
+Library
+  Exposed-modules:     Physics.Learn
+                       Physics.Learn.BeamStack
+                       Physics.Learn.BlochSphere
+                       Physics.Learn.CarrotVec
+                       Physics.Learn.Charge
+                       Physics.Learn.CommonVec
+                       Physics.Learn.CompositeQuadrature
+                       Physics.Learn.CoordinateFields
+                       Physics.Learn.CoordinateSystem
+                       Physics.Learn.Current
+                       Physics.Learn.Curve
+                       Physics.Learn.Ket
+                       Physics.Learn.Mechanics
+                       Physics.Learn.Position
+                       Physics.Learn.QuantumMat
+                       Physics.Learn.RootFinding
+                       Physics.Learn.RungeKutta
+                       Physics.Learn.Schrodinger1D
+                       Physics.Learn.SimpleVec
+                       Physics.Learn.StateSpace
+                       Physics.Learn.Surface
+                       Physics.Learn.Visual.GlossTools
+                       Physics.Learn.Visual.PlotTools
+                       Physics.Learn.Visual.VisTools
+                       Physics.Learn.Volume
+  Build-depends:       base >= 4.7 && < 5,
+                       vector-space >= 0.8.4,
+                       hmatrix >= 0.17,
+                       gloss >= 1.8,
+                       gnuplot >= 0.5 && < 0.6,
+                       not-gloss >= 0.5.0.4,
+                       spatial-math >= 0.2
+  Hs-source-dirs:      src
+
+Source-repository head
+  type:                git
+  location:            https://github.com/walck/learn-physics
+
+Executable           learn-physics-PlaneWave
+  Main-is:           examples/src/PlaneWave.hs
+  Build-depends:     not-gloss >= 0.7.4,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-eFieldLine3D
+  Main-is:           examples/src/eFieldLine3D.hs
+  Build-depends:     not-gloss >= 0.7.4,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-LorentzForceSimulation
+  Main-is:           examples/src/LorentzForceSimulation.hs
+  Build-depends:     not-gloss >= 0.7.4,
+                     spatial-math >= 0.2,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-BCircularLoop
+  Main-is:           examples/src/BCircularLoop.hs
+  Build-depends:     not-gloss >= 0.7.4,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-sunEarth
+  Main-is:           examples/src/sunEarthRK4.hs
+  Build-depends:     gloss >= 1.8,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-eFieldLine2D
+  Main-is:           examples/src/eFieldLine2D.hs
+  Build-depends:     gloss >= 1.8,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-Projectile
+  Main-is:           examples/src/Projectile.hs
+  Build-depends:     gnuplot >= 0.5,
+                     base >= 4.5 && < 4.13,
+                     learn-physics
+
+Executable           learn-physics-NMR
+  Main-is:           examples/src/NMR.hs
+  Build-depends:     base >= 4.5,
+                     learn-physics
revision 2
 Name:                learn-physics
 Version:             0.6.4
-x-revision: 1
+x-revision: 2
 Synopsis:            Haskell code for learning physics
 Description:         A library of functions for vector calculus,
                      calculation of electric field, electric flux,
 Executable           learn-physics-PlaneWave
   Main-is:           examples/src/PlaneWave.hs
   Build-depends:     not-gloss >= 0.7.4,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-eFieldLine3D
   Main-is:           examples/src/eFieldLine3D.hs
   Build-depends:     not-gloss >= 0.7.4,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-LorentzForceSimulation
   Main-is:           examples/src/LorentzForceSimulation.hs
   Build-depends:     not-gloss >= 0.7.4,
                      spatial-math >= 0.2,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-BCircularLoop
   Main-is:           examples/src/BCircularLoop.hs
   Build-depends:     not-gloss >= 0.7.4,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-sunEarth
   Main-is:           examples/src/sunEarthRK4.hs
   Build-depends:     gloss >= 1.8,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-eFieldLine2D
   Main-is:           examples/src/eFieldLine2D.hs
   Build-depends:     gloss >= 1.8,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-Projectile
   Main-is:           examples/src/Projectile.hs
   Build-depends:     gnuplot >= 0.5,
-                     base >= 4.5 && < 4.13,
+                     base >= 4.5 && < 5,
                      learn-physics
 
 Executable           learn-physics-NMR