packages feed

lens-accelerate-0.1.0.0: lens-accelerate.cabal

name:                   lens-accelerate
version:                0.1.0.0
synopsis:               Instances to mix lens with accelerate
description:            Instances to mix lens with accelerate
homepage:               https://github.com/tmcdonell/lens-accelerate
license:                BSD3
license-file:           LICENSE
author:                 Trevor L. McDonell
maintainer:             Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
copyright:              Trevor L. McDonell
category:               Data, Lenses
build-type:             Simple
cabal-version:          >=1.10

extra-source-files:
    README.markdown
    CHANGELOG.markdown

library
  exposed-modules:
    Data.Array.Accelerate.Control.Lens
    Data.Array.Accelerate.Control.Lens.Each
    Data.Array.Accelerate.Control.Lens.Tuple

  other-modules:
    Data.Array.Accelerate.Control.Lens.Lift

  build-depends:
      base                 >= 4.7 && < 4.10
    , accelerate           >= 0.15
    , 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:                  0.1.0.0
  Location:             git://github.com/tmcdonell/lens-accelerate.git

-- vim: nospell