cabal-version: 2.2 name: matrix-accelerate version: 0.1.0.0 license: BSD-3-Clause license-file: LICENSE copyright: 2024 Noah Williams maintainer: noahmartinwilliams@gmail.com author: Noah Martin Williams homepage: https://github.com/noahmartinwilliams/matrix-accelerate#readme bug-reports: https://github.com/noahmartinwilliams/matrix-accelerate/issues synopsis: An accelerate library that adds dependently typed matrices. description: An accelerate library that adds dependently typed matrices. This library adds the ability to do matrix manipulations with or without dependent types to help line up the operations so as to prevent runtime errors. category: Accelerate, Matrices, GPU build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/noahmartinwilliams/matrix-accelerate library exposed-modules: Data.Array.Accelerate.Matrix hs-source-dirs: src other-modules: Paths_matrix_accelerate autogen-modules: Paths_matrix_accelerate default-language: Haskell2010 ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: accelerate >=1.2 && <1.4, base >=4.7 && <5, lens-accelerate >=0.3 && <0.4 test-suite accelerate-matrix-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Paths_matrix_accelerate autogen-modules: Paths_matrix_accelerate default-language: Haskell2010 ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5