Cabal revisions of lens-accelerate-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: lens-accelerate +version: 0.1.0.0 +x-revision: 1 +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.11 + , 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
revision 2
name: lens-accelerate version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Instances to mix lens with accelerate description: Instances to mix lens with accelerate homepage: https://github.com/tmcdonell/lens-accelerate Data.Array.Accelerate.Control.Lens.Lift build-depends: - base >= 4.7 && < 4.11 + base >= 4.7 && < 4.12 , accelerate >= 0.15 , lens == 4.*