packages feed

repa-algorithms 3.2.2.3 → 3.2.2.201204.1

raw patch · 1 files changed

+6/−3 lines, 1 filesdep ~basedep ~repa

Dependency ranges changed: base, repa

Files

repa-algorithms.cabal view
@@ -1,5 +1,5 @@ Name:                repa-algorithms-Version:             3.2.2.3+Version:             3.2.2.201204.1 License:             BSD3 License-file:        LICENSE Author:              The DPH Team@@ -11,6 +11,9 @@ Homepage:            http://repa.ouroborus.net Bug-reports:         repa@ouroborus.net Description:+        Legacy version for Haskell Platform 2012.04. You will get better+        performance if you upgrade to the most recent version of GHC.+         Reusable algorithms using the Repa array library.  Synopsis:@@ -18,9 +21,9 @@  Library   Build-Depends: -        base                 == 4.6.*,+        base                 == 4.5.*,         vector               == 0.10.*,-        repa                 == 3.2.*+        repa                 == 3.2.2.201204.*    ghc-options:         -Wall -fno-warn-missing-signatures