cabal-file-th 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~CabalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
Files
- cabal-file-th.cabal +2/−2
cabal-file-th.cabal view
@@ -1,5 +1,5 @@ Name: cabal-file-th-Version: 0.2.2+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@@ -20,7 +20,7 @@ Library Exposed-modules: Distribution.PackageDescription.TH Build-depends: base >= 4 && < 5,- Cabal >= 1.10 && < 1.15,+ Cabal >= 1.10 && < 1.17, directory, template-haskell Ghc-options: -Wall