repa-examples 3.4.1.1 → 3.4.1.2
raw patch · 2 files changed
+48/−24 lines, 2 filesdep ~QuickCheckdep ~basenew-uploader
Dependency ranges changed: QuickCheck, base
Files
- examples/UnitTesting/UnitTesting.hs +3/−1
- repa-examples.cabal +45/−23
examples/UnitTesting/UnitTesting.hs view
@@ -44,5 +44,7 @@ prop_addV5D :: DIM5 -> Property prop_addV5D = arrayAdditionV- ++return [] -- see docs for quickCheckAll main = $quickCheckAll+
repa-examples.cabal view
@@ -1,5 +1,5 @@ Name: repa-examples-Version: 3.4.1.1+Version: 3.4.1.2 License: BSD3 License-file: LICENSE Author: The DPH Team@@ -25,7 +25,7 @@ Executable repa-canny Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-algorithms == 3.4.1.* @@ -35,7 +35,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case if flag(llvm) ghc-options:@@ -44,7 +46,7 @@ Executable repa-mmult Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , random == 1.1.* , repa == 3.4.1.* , repa-algorithms == 3.4.1.*@@ -57,7 +59,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -68,7 +72,7 @@ Executable repa-laplace Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-io == 3.4.1.* , template-haskell@@ -80,7 +84,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case if flag(llvm) ghc-options:@@ -89,7 +95,7 @@ Executable repa-fft2d Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-algorithms == 3.4.1.* , repa-io == 3.4.1.*@@ -100,7 +106,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -111,7 +119,7 @@ Executable repa-fft2d-highpass Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-algorithms == 3.4.1.* , repa-io == 3.4.1.*@@ -122,7 +130,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -133,7 +143,7 @@ Executable repa-fft3d-highpass Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-algorithms == 3.4.1.* @@ -143,7 +153,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -154,10 +166,10 @@ Executable repa-blur Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-algorithms == 3.4.1.*- , vector == 0.11.*+ , vector >= 0.11 && < 0.13 Main-is: examples/Blur/src-repa/Main.hs hs-source-dirs: examples/Blur/src-repa .@@ -165,7 +177,10 @@ -rtsopts -threaded -eventlog- -Odph -fno-liberate-case+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3+ -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100 if flag(llvm)@@ -175,7 +190,7 @@ Executable repa-sobel Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-algorithms == 3.4.1.* @@ -186,7 +201,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -197,7 +214,7 @@ Executable repa-volume Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.* , repa-io == 3.4.1.* @@ -206,7 +223,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -217,9 +236,9 @@ Executable repa-unit-test Build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.13 , repa == 3.4.1.*- , QuickCheck == 2.8.*+ , QuickCheck >= 2.8 && < 2.12 Main-is: examples/UnitTesting/UnitTesting.hs hs-source-dirs: examples/UnitTesting .@@ -227,7 +246,9 @@ -rtsopts -threaded -eventlog- -Odph+ -O2+ -fmax-simplifier-iterations=20+ -fsimplifier-phases=3 -fno-liberate-case -funfolding-use-threshold100 -funfolding-keeness-factor100@@ -235,3 +256,4 @@ ghc-options: -fllvm -optlo-O3 +-- vim: nospell