Cabal revisions of syb-0.5.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: syb-version: 0.5.1-license: BSD3-license-file: LICENSE-author: Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes-maintainer: generics@haskell.org-homepage: http://www.cs.uu.nl/wiki/GenericProgramming/SYB-bug-reports: http://code.google.com/p/scrapyourboilerplate/issues/list-synopsis: Scrap Your Boilerplate-description:- This package contains the generics system described in the- /Scrap Your Boilerplate/ papers (see- <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>).- It defines the @Data@ class of types permitting folding and unfolding- of constructor applications, instances of this class for primitive- types, and a variety of traversals.--category: Generics-stability: provisional-build-type: Simple-cabal-version: >= 1.8--extra-source-files: tests/*.hs,- README--source-repository head- type: git- location: https://github.com/dreixel/syb--Library- hs-source-dirs: src- build-depends: base >= 4.0 && < 5.0- exposed-modules: Data.Generics,- Data.Generics.Basics,- Data.Generics.Instances,- Data.Generics.Aliases,- Data.Generics.Schemes,- Data.Generics.Text,- Data.Generics.Twins,- Data.Generics.Builders,-- Generics.SYB,- Generics.SYB.Basics,- Generics.SYB.Instances,- Generics.SYB.Aliases,- Generics.SYB.Schemes,- Generics.SYB.Text,- Generics.SYB.Twins,- Generics.SYB.Builders-- if impl(ghc < 6.12)- ghc-options: -package-name syb-- ghc-options: -Wall--test-suite unit-tests- type: exitcode-stdio-1.0- hs-source-dirs: tests- main-is: Main.hs- build-depends: base- , syb- , HUnit- , containers- , mtl+name: syb +version: 0.5.1 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes +maintainer: generics@haskell.org +homepage: http://www.cs.uu.nl/wiki/GenericProgramming/SYB +bug-reports: http://code.google.com/p/scrapyourboilerplate/issues/list +synopsis: Scrap Your Boilerplate +description: + This package contains the generics system described in the + /Scrap Your Boilerplate/ papers (see + <http://www.cs.uu.nl/wiki/GenericProgramming/SYB>). + It defines the @Data@ class of types permitting folding and unfolding + of constructor applications, instances of this class for primitive + types, and a variety of traversals. + +category: Generics +stability: provisional +build-type: Simple +cabal-version: >= 1.8 + +extra-source-files: tests/*.hs, + README + +source-repository head + type: git + location: https://github.com/dreixel/syb + +Library + hs-source-dirs: src + build-depends: base >= 4.0 && < 4.10 + exposed-modules: Data.Generics, + Data.Generics.Basics, + Data.Generics.Instances, + Data.Generics.Aliases, + Data.Generics.Schemes, + Data.Generics.Text, + Data.Generics.Twins, + Data.Generics.Builders, + + Generics.SYB, + Generics.SYB.Basics, + Generics.SYB.Instances, + Generics.SYB.Aliases, + Generics.SYB.Schemes, + Generics.SYB.Text, + Generics.SYB.Twins, + Generics.SYB.Builders + + if impl(ghc < 6.12) + ghc-options: -package-name syb + + ghc-options: -Wall + +test-suite unit-tests + type: exitcode-stdio-1.0 + hs-source-dirs: tests + main-is: Main.hs + build-depends: base + , syb + , HUnit + , containers + , mtl
revision 2
name: syb version: 0.5.1 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE author: Ralf Lammel, Simon Peyton Jones, Jose Pedro Magalhaes , syb , HUnit , containers - , mtl + , mtl < 2.3