Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions accelerate-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ library
hs-source-dirs: lib
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, ansi-wl-pprint >= 0.6
, containers >= 0.5
, criterion >= 1.0
Expand Down Expand Up @@ -227,7 +227,7 @@ executable accelerate-smvm
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-io-vector >= 0.1
, fclabels >= 2.0
Expand Down Expand Up @@ -267,7 +267,7 @@ executable accelerate-crystal
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, colour-accelerate >= 0.1
, fclabels >= 2.0
Expand Down Expand Up @@ -303,7 +303,7 @@ executable accelerate-tunnel
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, fclabels >= 2.0
, gloss-raster-accelerate >= 2.0
Expand Down Expand Up @@ -343,7 +343,7 @@ executable accelerate-canny
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-io-bmp >= 0.1
, accelerate-io-repa >= 0.1
Expand Down Expand Up @@ -383,7 +383,7 @@ executable accelerate-mandelbrot
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-io-bmp >= 0.1
, colour-accelerate >= 0.1
Expand Down Expand Up @@ -421,7 +421,7 @@ executable accelerate-julia
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, colour-accelerate >= 0.1
, fclabels >= 2.0
Expand Down Expand Up @@ -458,7 +458,7 @@ executable accelerate-fluid
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-io >= 1.3
, accelerate-io-bmp >= 0.1
Expand Down Expand Up @@ -511,7 +511,7 @@ executable accelerate-nbody
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, fclabels >= 2.0
, gloss >= 1.7
Expand Down Expand Up @@ -556,7 +556,7 @@ executable accelerate-smoothlife
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-fft >= 1.3
, colour-accelerate >= 0.1
Expand Down Expand Up @@ -596,7 +596,7 @@ executable accelerate-hashcat
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, bytestring >= 0.9
, bytestring-lexing >= 0.5
Expand Down Expand Up @@ -636,7 +636,7 @@ executable accelerate-fft
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-fft >= 1.3
, accelerate-io-bmp >= 0.1
Expand Down Expand Up @@ -680,7 +680,7 @@ executable accelerate-pagerank
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, accelerate-io-vector >= 0.1
, bytestring >= 0.9.2
Expand Down Expand Up @@ -721,7 +721,7 @@ executable accelerate-quicksort
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, array >= 0.5.2
, fclabels >= 1.0
Expand Down Expand Up @@ -766,7 +766,7 @@ executable accelerate-ray
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, colour-accelerate >= 0.1
, fclabels >= 1.0
Expand Down Expand Up @@ -806,7 +806,7 @@ executable accelerate-kmeans
else
build-depends:
base >= 4.7 && < 5
, accelerate == 1.3.*
, accelerate == 1.4.*
, accelerate-examples
, binary >= 0.7
, directory >= 1.1
Expand Down