rad 0.1.6.2 → 0.1.6.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- rad.cabal +4/−4
rad.cabal view
@@ -1,5 +1,5 @@ Name: rad-Version: 0.1.6.2+Version: 0.1.6.3 License: BSD3 License-File: LICENSE Copyright: Edward Kmett 2010@@ -15,9 +15,9 @@ Deprecated: Use 'ad' instead. Category: Math Build-Type: Simple-Build-Depends: base >= 4 && < 5,+Build-Depends: base >= 4 && < 5, data-reify >= 0.5 && < 0.7,- containers >= 0.2 && < 0.5,- array >= 0.2 && < 0.5+ containers >= 0.2 && < 0.6,+ array >= 0.2 && < 0.5 Exposed-Modules: Numeric.RAD Extra-Source-Files: TODO