packages feed

rad 0.1.2 → 0.1.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~arraydep ~base

Dependency ranges changed: array, base

Files

rad.cabal view
@@ -1,5 +1,5 @@ Name:                rad-Version:             0.1.2+Version:             0.1.3 License:             BSD3 License-File:        LICENSE Copyright:           Edward Kmett 2010@@ -13,9 +13,9 @@     Existential type \"branding\" is used to prevent sensitivity confusion. Category:            Math Build-Type:          Simple-Build-Depends:       base >= 4 && < 6,+Build-Depends:       base >= 4 && < 5,                      data-reify >= 0.5 && < 0.6,                       containers >= 0.2 && < 0.3,-                     array >= 0.2 && < 0.3+                     array >= 0.2 && < 0.4 Exposed-Modules:     Numeric.RAD Extra-Source-Files:  TODO