Cabal revisions of th-reify-many-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: th-reify-many-version: 0.1.2-synopsis: Recurseively reify template haskell datatype info--description: @th-reify-many@ provides functions for recursively reifying top- level declarations. The main intended use case is for enumerating- the names of datatypes reachable from an initial datatype, and- passing these names to some function which generates instances.-license: BSD3-license-file: LICENSE-author: Michael Sloan-maintainer: Michael Sloan <mgsloan at gmail>-homepage: http://github.com/mgsloan/th-reify-many-bug-reports: http://github.com/mgsloan/th-reify-many/issues-category: Template Haskell-stability: Experimental-cabal-version: >= 1.8-build-type: Simple-source-repository head- type: git- location: git://github.com/mgsloan/th-reify-many--library- hs-source-dirs: src- ghc-options: -Wall- exposed-modules: Language.Haskell.TH.ReifyMany- Language.Haskell.TH.ReifyMany.Internal- -- Note: these lack version bounds because this library builds- -- with the earliest and latest versions of all dependencies- -- except for template-haskell.- build-depends: base >= 4 && < 5- , containers- , mtl- , safe- , template-haskell >= 2.5.0.0- , th-expand-syns+name: th-reify-many +version: 0.1.2 +x-revision: 1 +synopsis: Recurseively reify template haskell datatype info + +description: @th-reify-many@ provides functions for recursively reifying top + level declarations. The main intended use case is for enumerating + the names of datatypes reachable from an initial datatype, and + passing these names to some function which generates instances. +license: BSD3 +license-file: LICENSE +author: Michael Sloan +maintainer: Michael Sloan <mgsloan at gmail> +homepage: http://github.com/mgsloan/th-reify-many +bug-reports: http://github.com/mgsloan/th-reify-many/issues +category: Template Haskell +stability: Experimental +cabal-version: >= 1.8 +build-type: Simple +source-repository head + type: git + location: git://github.com/mgsloan/th-reify-many + +library + hs-source-dirs: src + ghc-options: -Wall + exposed-modules: Language.Haskell.TH.ReifyMany + Language.Haskell.TH.ReifyMany.Internal + -- Note: these lack version bounds because this library builds + -- with the earliest and latest versions of all dependencies + -- except for template-haskell. + build-depends: base >= 4 && < 5 + , containers + , mtl + , safe + , template-haskell >= 2.7.0.0 + , th-expand-syns
revision 2
name: th-reify-many version: 0.1.2 -x-revision: 1 +x-revision: 2 synopsis: Recurseively reify template haskell datatype info description: @th-reify-many@ provides functions for recursively reifying top , containers , mtl , safe - , template-haskell >= 2.7.0.0 + , template-haskell >= 2.7.0.0 && <2.11 , th-expand-syns