packages feed

Cabal revisions of basic-lens-0.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                basic-lens-version:             0.0.0-synopsis:            Basic Lens type and functions-description:         Necessary type and functions for basic lens work.-                     .-                     Handy to depend on for libraries and general-                     light-weight use, including PITA environments,-                     old GHCs and non-GHC implementations with Rank-N-                     type support. Depends on only on base.-license:             BSD3-license-file:        LICENSE-author:              Chris Done-maintainer:          chrisdone@gmail.com-copyright:           2014 Edward Kmett, Nikita Volkov, Chris Done-category:            Development-build-type:          Simple-cabal-version:       >=1.8--library-  hs-source-dirs:    src/-  ghc-options:       -Wall -O2-  exposed-modules:   Control.Lens.Basic-  build-depends:     base >= 4 && <5+name:                basic-lens
+version:             0.0.0
+x-revision: 1
+synopsis:            Basic lens type and functions
+description:         Necessary type and functions for basic lens work.
+                     .
+                     Handy to depend on for libraries and general
+                     light-weight use, including PITA environments,
+                     old GHCs and non-GHC implementations with Rank-N
+                     type support. Depends only on base.
+license:             BSD3
+license-file:        LICENSE
+author:              Chris Done
+maintainer:          chrisdone@gmail.com
+copyright:           2014 Edward Kmett, Nikita Volkov, Chris Done
+category:            Development
+build-type:          Simple
+cabal-version:       >=1.8
+
+library
+  hs-source-dirs:    src/
+  ghc-options:       -Wall -O2
+  exposed-modules:   Control.Lens.Basic
+  build-depends:     base >= 4 && <5