packages feed

Cabal revisions of cabal-file-th-0.2.3

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

revision 1
-Name:                cabal-file-th-Version:             0.2.3-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-License:             BSD3-License-file:        LICENSE-Author:              Nick Partridge-Maintainer:          nkpart@gmail.com-Category:            Development-Build-type:          Simple-Extra-source-files:  README.md, test/Test.hs, test/test-version-interp.cabal-Cabal-version:       >= 1.9--source-repository head-  type: git-  location: git://github.com/nkpart/cabal-file-th.git-  --Library-  Exposed-modules:   Distribution.PackageDescription.TH-  Build-depends:     base >= 4 && < 5,-                     Cabal >= 1.10 && < 1.17,-                     directory,-                     template-haskell-  Ghc-options: -Wall-  -Test-suite test-  Main-is:  Test.hs-  Hs-source-dirs:    test-  Type:     exitcode-stdio-1.0-  Build-depends: base >= 4 && < 5,-                 cabal-file-th-+Name:                cabal-file-th
+Version:             0.2.3
+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
+License:             BSD3
+License-file:        LICENSE
+Author:              Nick Partridge
+Maintainer:          nkpart@gmail.com
+Category:            Development
+Build-type:          Simple
+Extra-source-files:  README.md, test/Test.hs, test/test-version-interp.cabal
+Cabal-version:       >= 1.9
+
+source-repository head
+  type: git
+  location: git://github.com/nkpart/cabal-file-th.git
+  
+
+Library
+  Exposed-modules:   Distribution.PackageDescription.TH
+  Build-depends:     base >= 4 && < 5,
+                     Cabal >= 1.10,
+                     directory,
+                     template-haskell
+  Ghc-options: -Wall
+  
+Test-suite test
+  Main-is:  Test.hs
+  Hs-source-dirs:    test
+  Type:     exitcode-stdio-1.0
+  Build-depends: base >= 4 && < 5,
+                 cabal-file-th
+
revision 2
 Name:                cabal-file-th
 Version:             0.2.3
-x-revision: 1
+x-revision: 2
 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,
+                     Cabal >= 1.10 && < 2.1,
                      directory,
                      template-haskell
   Ghc-options: -Wall