learn-physics 0.4.1 → 0.4.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~not-gloss
Dependency ranges changed: not-gloss
Files
- learn-physics.cabal +2/−2
learn-physics.cabal view
@@ -1,5 +1,5 @@ Name: learn-physics-Version: 0.4.1+Version: 0.4.2 Synopsis: Haskell code for learning physics Description: A library of functions for vector calculus, calculation of electric field, electric flux,@@ -35,7 +35,7 @@ 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,+ not-gloss >= 0.5.0.4 && < 0.6, spatial-math >= 0.1.7 && < 0.2, gnuplot >= 0.5 && < 0.6 Hs-source-dirs: src