repa-algorithms 3.2.2.201204.1 → 3.2.3.1
raw patch · 1 files changed
+3/−6 lines, 1 filesdep ~basedep ~repa
Dependency ranges changed: base, repa
Files
- repa-algorithms.cabal +3/−6
repa-algorithms.cabal view
@@ -1,5 +1,5 @@ Name: repa-algorithms-Version: 3.2.2.201204.1+Version: 3.2.3.1 License: BSD3 License-file: LICENSE Author: The DPH Team@@ -11,9 +11,6 @@ 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:@@ -21,9 +18,9 @@ Library Build-Depends: - base == 4.5.*,+ base == 4.6.*, vector == 0.10.*,- repa == 3.2.2.201204.*+ repa == 3.2.* ghc-options: -Wall -fno-warn-missing-signatures