Cabal revisions of cabal-file-th-0.2.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: cabal-file-th Version: 0.2.4+x-revision: 1 Synopsis: Template Haskell expressions for reading fields from a project's cabal file. Description: Template Haskell expressions for reading fields from a project's cabal file. Homepage: http://github.com/nkpart/cabal-file-th Library Exposed-modules: Distribution.PackageDescription.TH- Build-depends: base >= 4 && < 5,- Cabal >= 1.10,+ Build-depends: base >= 4.8 && < 5,+ Cabal >= 1.10 && < 2.1, directory, template-haskell, pretty