11Name : repa-examples
2- Version : 3.2.3.2
2+ Version : 3.2.5.1
33License : BSD3
44License-file : LICENSE
55Author : The DPH Team
@@ -19,9 +19,9 @@ Synopsis:
1919
2020Executable repa-canny
2121 Build-depends :
22- base == 4.6 . *,
23- repa == 3.2. *,
24- repa-algorithms == 3.2. *
22+ base == 4.7 . *,
23+ repa == 3.2.5. *,
24+ repa-algorithms == 3.2.5. *
2525
2626 Main-is : examples/Canny/src-repa/Main.hs
2727 hs-source-dirs : examples/Canny/src-repa .
@@ -35,11 +35,11 @@ Executable repa-canny
3535
3636Executable repa-mmult
3737 Build-depends :
38- base == 4.6 . *,
38+ base == 4.7 . *,
3939 random == 1.0. *,
40- repa == 3.2. *,
41- repa-io == 3.2. *,
42- repa-algorithms == 3.2. *
40+ repa == 3.2.5. *,
41+ repa-io == 3.2.5. *,
42+ repa-algorithms == 3.2.5. *
4343
4444 Main-is : examples/MMult/src-repa/Main.hs
4545 other-modules : Solver
@@ -56,10 +56,10 @@ Executable repa-mmult
5656
5757Executable repa-laplace
5858 Build-depends :
59- base == 4.6 . *,
60- repa == 3.2. *,
61- repa-io == 3.2. *,
62- template-haskell == 2.8 . *
59+ base == 4.7 . *,
60+ repa == 3.2.5. *,
61+ repa-io == 3.2.5. *,
62+ template-haskell == 2.9 . *
6363
6464 Main-is : examples/Laplace/src-repa/Main.hs
6565 other-modules : SolverGet SolverStencil
@@ -74,10 +74,10 @@ Executable repa-laplace
7474
7575Executable repa-fft2d
7676 Build-depends :
77- base == 4.6 . *,
78- repa == 3.2. *,
79- repa-algorithms == 3.2. *,
80- repa-io == 3.2. *
77+ base == 4.7 . *,
78+ repa == 3.2.5. *,
79+ repa-algorithms == 3.2.5. *,
80+ repa-io == 3.2.5. *
8181
8282 Main-is : examples/FFT/FFT2d/src-repa/Main.hs
8383 hs-source-dirs : examples/FFT/FFT2d/src-repa .
@@ -93,10 +93,10 @@ Executable repa-fft2d
9393
9494Executable repa-fft2d-highpass
9595 Build-depends :
96- base == 4.6 . *,
97- repa == 3.2. *,
98- repa-algorithms == 3.2. *,
99- repa-io == 3.2. *
96+ base == 4.7 . *,
97+ repa == 3.2.5. *,
98+ repa-algorithms == 3.2.5. *,
99+ repa-io == 3.2.5. *
100100
101101 Main-is : examples/FFT/HighPass2d/src-repa/Main.hs
102102 hs-source-dirs : examples/FFT/HighPass2d/src-repa .
@@ -113,9 +113,9 @@ Executable repa-fft2d-highpass
113113
114114Executable repa-fft3d-highpass
115115 Build-depends :
116- base == 4.6 . *,
117- repa == 3.2. *,
118- repa-algorithms == 3.2. *
116+ base == 4.7 . *,
117+ repa == 3.2.5. *,
118+ repa-algorithms == 3.2.5. *
119119
120120 Main-is : examples/FFT/HighPass3d/src-repa/Main.hs
121121 hs-source-dirs : examples/FFT/HighPass3d/src-repa .
@@ -131,10 +131,10 @@ Executable repa-fft3d-highpass
131131
132132Executable repa-blur
133133 Build-depends :
134- base == 4.6 . *,
134+ base == 4.7 . *,
135135 vector == 0.10. *,
136- repa == 3.2. *,
137- repa-algorithms == 3.2. *
136+ repa == 3.2.5. *,
137+ repa-algorithms == 3.2.5. *
138138
139139 Main-is : examples/Blur/src-repa/Main.hs
140140 hs-source-dirs : examples/Blur/src-repa .
@@ -150,9 +150,9 @@ Executable repa-blur
150150
151151Executable repa-sobel
152152 Build-depends :
153- base == 4.6 . *,
154- repa == 3.2. *,
155- repa-algorithms == 3.2. *
153+ base == 4.7 . *,
154+ repa == 3.2.5. *,
155+ repa-algorithms == 3.2.5. *
156156
157157 Main-is : examples/Sobel/src-repa/Main.hs
158158 other-modules : Solver
@@ -169,9 +169,9 @@ Executable repa-sobel
169169
170170Executable repa-volume
171171 Build-depends :
172- base == 4.6 . *,
173- repa == 3.2. *,
174- repa-io == 3.2. *
172+ base == 4.7 . *,
173+ repa == 3.2.5. *,
174+ repa-io == 3.2.5. *
175175
176176 Main-is : examples/Volume/Main.hs
177177 ghc-options :
@@ -185,9 +185,9 @@ Executable repa-volume
185185
186186Executable repa-unit-test
187187 Build-depends :
188- base == 4. *,
189- repa == 3.2. *,
190- QuickCheck >= 2.3 && < 2.7
188+ base == 4.7. *,
189+ repa == 3.2.5. *,
190+ QuickCheck == 2.7. *
191191
192192 Main-is : examples/UnitTesting/UnitTesting.hs
193193 hs-source-dirs : examples/UnitTesting .
0 commit comments