Cabal revisions of instant-generics-0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
copyright: (c) 2011 Universiteit Utrecht, 2012 University of Oxford name: instant-generics version: 0.4 +x-revision: 1 license: BSD3 license-file: LICENSE author: José Pedro Magalhães library hs-source-dirs: src - build-depends: base >= 3.0 && < 5, template-haskell >= 2.4 && < 3, + build-depends: base >= 4.6 && < 5, template-haskell >= 2.4 && < 2.9, containers < 1.0, syb < 1.0 exposed-modules: Generics.Instant, Generics.Instant.Base,