packages feed

Cabal revisions of syb-extras-0.3

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

revision 1
-name:          syb-extras-category:      Polymorphism, Combinators, Generic-version:       0.3-license:       BSD3-cabal-version: >= 1.6-license-file:  LICENSE-author:        Edward A. Kmett-maintainer:    Edward A. Kmett <ekmett@gmail.com>-stability:     provisional-homepage:      http://github.com/ekmett/syb-extras/-bug-reports:   http://github.com/ekmett/syb-extras/issues-copyright:     Copyright (C) 2011 Edward A. Kmett-synopsis:      Higher order versions of the Scrap Your Boilerplate classes-description:   Higher order versions of the Scrap Your Boilerplate classes to ease programming with polymorphic recursion and reduce UndecidableInstances-build-type:    Simple-extra-source-files:-  .gitignore-  .ghci-  .travis.yml-  .vim.custom-  README.markdown--source-repository head-  type: git-  location: git://github.com/ekmett/syb-extras.git--library-  build-depends:-    base           >= 4 && < 5,-    prelude-extras >= 0.1 && < 1,-    eq             >= 4 && < 5--  extensions: CPP--  ghc-options: -Wall-  hs-source-dirs: src--  exposed-modules:-    Data.Data.Extras+name:          syb-extras
+category:      Polymorphism, Combinators, Generic
+version:       0.3
+x-revision: 1
+license:       BSD3
+cabal-version: >= 1.6
+license-file:  LICENSE
+author:        Edward A. Kmett
+maintainer:    Edward A. Kmett <ekmett@gmail.com>
+stability:     provisional
+homepage:      http://github.com/ekmett/syb-extras/
+bug-reports:   http://github.com/ekmett/syb-extras/issues
+copyright:     Copyright (C) 2011 Edward A. Kmett
+synopsis:      Higher order versions of the Scrap Your Boilerplate classes
+description:   Higher order versions of the Scrap Your Boilerplate classes to ease programming with polymorphic recursion and reduce UndecidableInstances
+build-type:    Simple
+extra-source-files:
+  .gitignore
+  .ghci
+  .travis.yml
+  .vim.custom
+  README.markdown
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/syb-extras.git
+
+library
+  build-depends:
+    base           >= 4 && < 4.6,
+    prelude-extras >= 0.1 && < 1,
+    eq             >= 4 && < 5
+
+  extensions: CPP
+
+  ghc-options: -Wall
+  hs-source-dirs: src
+
+  exposed-modules:
+    Data.Data.Extras
revision 2
 name:          syb-extras
 category:      Polymorphism, Combinators, Generic
 version:       0.3
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
 
 library
   build-depends:
-    base           >= 4 && < 4.6,
+    base           >= 4 && < 4.7,
     prelude-extras >= 0.1 && < 1,
     eq             >= 4 && < 5