packages feed

dimensional 0.8 → 0.8.0.1

raw patch · 3 files changed

+11/−11 lines, 3 filesdep ~numtypedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: numtype, time

API changes (from Hackage documentation)

Files

Numeric/Units/Dimensional/CGS.lhs view
@@ -2,7 +2,7 @@ Bjorn Buckwalter, bjorn.buckwalter@gmail.com License: BSD3 -*** EXPERIMENTAL ***+!!! EXPERIMENTAL !!!   = Introduction =
Numeric/Units/Dimensional/Extensible.lhs view
@@ -7,13 +7,13 @@  On January 3 Mike Gunter asked[1]: -| The very nice Buckwalter and Denney dimensional-numbers packages-| both work on a fixed set of base dimensions.  This is a significant-| restriction for me--I want to avoid adding apples to oranges as-| well as avoiding adding meters to grams.  Is it possible to have-| an extensible set of base dimensions?  If so, how usable can such-| a system be made?  Is it very much worse than a system with a fixed-| set of base dimensions?+  The very nice Buckwalter and Denney dimensional-numbers packages+  both work on a fixed set of base dimensions.  This is a significant+  restriction for me--I want to avoid adding apples to oranges as+  well as avoiding adding meters to grams.  Is it possible to have+  an extensible set of base dimensions?  If so, how usable can such+  a system be made?  Is it very much worse than a system with a fixed+  set of base dimensions?  In this module we facilitate the addition an arbitrary number of "extra" dimensions to the seven base dimensions defined in
dimensional.cabal view
@@ -1,8 +1,8 @@ Name:                dimensional-Version:             0.8+Version:             0.8.0.1 License:             BSD3 License-File:        LICENSE-Copyright:           Bjorn Buckwalter 2006-2009+Copyright:           Bjorn Buckwalter 2006-2010 Author:              Bjorn Buckwalter Maintainer:          bjorn.buckwalter@gmail.com Stability:           mostly stable@@ -19,7 +19,7 @@     Requires GHC 6.6.1 or later. Category:            Math Build-Type:          Simple-Build-Depends:       base < 5, time, numtype+Build-Depends:       base < 5, time < 1.3, numtype < 1.1                      -- , fad Exposed-Modules:     Numeric.Units.Dimensional,                      Numeric.Units.Dimensional.Prelude,