Cabal revisions of accelerate-io-0.15.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: accelerate-io-Version: 0.15.0.0-Cabal-version: >= 1.6-Tested-with: GHC == 7.6.*-Build-type: Simple--Synopsis: Read and write Accelerate arrays in various formats-Description:- This package provides efficient conversion routines between a range of array- types and Accelerate arrays.- .- Refer to the main /Accelerate/ package for more information:- <http://hackage.haskell.org/package/accelerate>--License: BSD3-License-file: LICENSE-Author: Manuel M T Chakravarty,- Gabriele Keller,- Sean Lee,- Trevor L. McDonell-Maintainer: Manuel M T Chakravarty <chak@cse.unsw.edu.au>-Homepage: https://github.com/AccelerateHS/accelerate-io-Bug-reports: https://github.com/AccelerateHS/accelerate/issues--Category: Compilers/Interpreters, Concurrency, Data, Parallelism-Stability: Experimental--Extra-source-files: include/accelerate.h---Flag bounds-checks- Description: Enable bounds checking- Default: True--Flag unsafe-checks- Description: Enable bounds checking in unsafe operations- Default: False--Flag internal-checks- Description: Enable internal consistency checks- Default: False--Library- Include-Dirs: include- Build-depends: accelerate == 0.15.*,- array >= 0.3,- base >= 4.6 && < 4.8,- bmp >= 1.2,- bytestring >= 0.9,- repa >= 3.2,- vector >= 0.9-- Exposed-modules: Data.Array.Accelerate.IO- Other-modules: Data.Array.Accelerate.IO.BlockCopy- Data.Array.Accelerate.IO.ByteString- Data.Array.Accelerate.IO.BMP- Data.Array.Accelerate.IO.Ptr- Data.Array.Accelerate.IO.Repa- Data.Array.Accelerate.IO.Vector-- if flag(bounds-checks)- cpp-options: -DACCELERATE_BOUNDS_CHECKS-- if flag(unsafe-checks)- cpp-options: -DACCELERATE_UNSAFE_CHECKS-- if flag(internal-checks)- cpp-options: -DACCELERATE_INTERNAL_CHECKS-- ghc-options: -O2 -Wall -funbox-strict-fields--- -- Don't add the extensions list here. Instead, place individual LANGUAGE- -- pragmas in the files that require a specific extension. This means the- -- project loads in GHCi, and avoids extension clashes.- --- -- Extensions:--Source-repository head- Type: git- Location: git://github.com/AccelerateHS/accelerate-io.git-+Name: accelerate-io +Version: 0.15.0.0 +x-revision: 1 +Cabal-version: >= 1.6 +Tested-with: GHC == 7.6.* +Build-type: Simple + +Synopsis: Read and write Accelerate arrays in various formats +Description: + This package provides efficient conversion routines between a range of array + types and Accelerate arrays. + . + Refer to the main /Accelerate/ package for more information: + <http://hackage.haskell.org/package/accelerate> + +License: BSD3 +License-file: LICENSE +Author: Manuel M T Chakravarty, + Gabriele Keller, + Sean Lee, + Trevor L. McDonell +Maintainer: Manuel M T Chakravarty <chak@cse.unsw.edu.au> +Homepage: https://github.com/AccelerateHS/accelerate-io +Bug-reports: https://github.com/AccelerateHS/accelerate/issues + +Category: Compilers/Interpreters, Concurrency, Data, Parallelism +Stability: Experimental + +Extra-source-files: include/accelerate.h + + +Flag bounds-checks + Description: Enable bounds checking + Default: True + +Flag unsafe-checks + Description: Enable bounds checking in unsafe operations + Default: False + +Flag internal-checks + Description: Enable internal consistency checks + Default: False + +Library + Include-Dirs: include + Build-depends: accelerate == 0.15.*, + array >= 0.3, + base >= 4.6 && < 4.8, + bmp >= 1.2, + bytestring >= 0.9, + repa >= 3.2, + vector >= 0.9 + + Exposed-modules: Data.Array.Accelerate.IO + Other-modules: Data.Array.Accelerate.IO.BlockCopy + Data.Array.Accelerate.IO.ByteString + Data.Array.Accelerate.IO.BMP + Data.Array.Accelerate.IO.Ptr + Data.Array.Accelerate.IO.Repa + Data.Array.Accelerate.IO.Vector + + if flag(bounds-checks) + cpp-options: -DACCELERATE_BOUNDS_CHECKS + + if flag(unsafe-checks) + cpp-options: -DACCELERATE_UNSAFE_CHECKS + + if flag(internal-checks) + cpp-options: -DACCELERATE_INTERNAL_CHECKS + + ghc-options: -O2 -Wall -funbox-strict-fields + + + -- Don't add the extensions list here. Instead, place individual LANGUAGE + -- pragmas in the files that require a specific extension. This means the + -- project loads in GHCi, and avoids extension clashes. + -- + -- Extensions: + +Source-repository this + type: git + location: git://github.com/AccelerateHS/accelerate-io.git + branch: release/0.15 + tag: 0.15.0.0
revision 2
Name: accelerate-io Version: 0.15.0.0 -x-revision: 1 +x-revision: 2 Cabal-version: >= 1.6 Tested-with: GHC == 7.6.* Build-type: Simple Library Include-Dirs: include - Build-depends: accelerate == 0.15.*, + Build-depends: accelerate == 0.15.0.*, array >= 0.3, base >= 4.6 && < 4.8, bmp >= 1.2,
revision 3
Name: accelerate-io Version: 0.15.0.0 -x-revision: 2 +x-revision: 3 Cabal-version: >= 1.6 Tested-with: GHC == 7.6.* Build-type: Simple License-file: LICENSE Author: Manuel M T Chakravarty, Gabriele Keller, - Sean Lee, + Sean Seefried, Trevor L. McDonell Maintainer: Manuel M T Chakravarty <chak@cse.unsw.edu.au> Homepage: https://github.com/AccelerateHS/accelerate-io