cabal-file-th 0.2.1 → 0.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~Cabalnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
+ Distribution.PackageDescription.TH: benchmarks :: PackageDescription -> [Benchmark]
- Distribution.PackageDescription.TH: PackageDescription :: PackageIdentifier -> License -> FilePath -> String -> String -> String -> String -> [(CompilerFlavor, VersionRange)] -> String -> String -> String -> [SourceRepo] -> String -> String -> String -> [(String, String)] -> [Dependency] -> Either Version VersionRange -> Maybe BuildType -> Maybe Library -> [Executable] -> [TestSuite] -> [FilePath] -> FilePath -> [FilePath] -> [FilePath] -> PackageDescription
+ Distribution.PackageDescription.TH: PackageDescription :: PackageIdentifier -> License -> FilePath -> String -> String -> String -> String -> [(CompilerFlavor, VersionRange)] -> String -> String -> String -> [SourceRepo] -> String -> String -> String -> [(String, String)] -> [Dependency] -> Either Version VersionRange -> Maybe BuildType -> Maybe Library -> [Executable] -> [TestSuite] -> [Benchmark] -> [FilePath] -> FilePath -> [FilePath] -> [FilePath] -> PackageDescription
Files
- cabal-file-th.cabal +2/−2
cabal-file-th.cabal view
@@ -1,5 +1,5 @@ Name: cabal-file-th-Version: 0.2.1+Version: 0.2.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@@ -20,7 +20,7 @@ Library Exposed-modules: Distribution.PackageDescription.TH Build-depends: base >= 4 && < 5,- Cabal >= 1.10 && < 1.13,+ Cabal >= 1.10 && < 1.15, directory, template-haskell Ghc-options: -Wall