lens-accelerate-0.3.0.0: lens-accelerate.cabal
name: lens-accelerate
version: 0.3.0.0
synopsis: Instances to mix lens with Accelerate
description: Please see the README on GitHub at <https://github.com/tmcdonell/lens-accelerate#readme>
homepage: https://github.com/tmcdonell/lens-accelerate
license: BSD3
license-file: LICENSE
author: Trevor L. McDonell
maintainer: Trevor L. McDonell <trevor.mcdonell@gmail.com>
category: Accelerate, Data, Lenses
build-type: Simple
cabal-version: >=1.10
extra-source-files:
README.md
CHANGELOG.md
library
exposed-modules:
Data.Array.Accelerate.Control.Lens
Data.Array.Accelerate.Control.Lens.Each
Data.Array.Accelerate.Control.Lens.Shape
Data.Array.Accelerate.Control.Lens.Tuple
other-modules:
Data.Array.Accelerate.Control.Lens.Lift
build-depends:
base >= 4.7 && < 5
, accelerate >= 1.3
, lens == 4.*
ghc-options:
-Wall
hs-source-dirs:
src
default-language:
Haskell2010
source-repository head
Type: git
Location: git://github.com/tmcdonell/lens-accelerate.git
source-repository this
Type: git
Tag: v0.3.0.0
Location: git://github.com/tmcdonell/lens-accelerate.git
-- vim: nospell