packages feed

Cabal revisions of simpleirc-lens-0.1.0.0

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

revision 1
-name:                simpleirc-lens-version:             0.1.0.0-synopsis:            Lenses for simpleirc types-description:-  Provides lenses for types in the-  <https://hackage.haskell.org/package/simpleirc simpleirc> package without-  depending on <https://hackage.haskell.org/package/lens lens>.-homepage:            https://github.com/relrod/simpleirc-lens-license:             BSD2-license-file:        LICENSE-author:              Ricky Elrod-maintainer:          ricky@elrod.me-copyright:           (C) 2014 Ricky Elrod-category:            Network-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:     Network.SimpleIRC.Core.Lens-                       Network.SimpleIRC.Messages.Lens-  build-depends:       base >= 4 && < 5-                     , bytestring >= 0.10 && < 0.11-                     , simpleirc >= 0.3 && < 0.4-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall+name:                simpleirc-lens
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Lenses for simpleirc types
+description:
+  Provides lenses for types in the
+  <https://hackage.haskell.org/package/simpleirc simpleirc> package without
+  depending on <https://hackage.haskell.org/package/lens lens>.
+homepage:            https://github.com/relrod/simpleirc-lens
+bug-reports:         https://github.com/relrod/simpleirc-lens/issues
+license:             BSD2
+license-file:        LICENSE
+author:              Ricky Elrod
+maintainer:          ricky@elrod.me
+copyright:           (C) 2014 Ricky Elrod
+category:            Network
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Network.SimpleIRC.Core.Lens
+                       Network.SimpleIRC.Messages.Lens
+  build-depends:       base >= 4 && < 5
+                     , bytestring >= 0.10 && < 0.11
+                     , simpleirc >= 0.3 && < 0.4
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall
revision 2
 name:                simpleirc-lens
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            Lenses for simpleirc types
 description:
   Provides lenses for types in the
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: git://github.com/relrod/simpleirc-lens.git
 
 library
   exposed-modules:     Network.SimpleIRC.Core.Lens