cabal-dependency-licenses 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~Cabal
Dependency ranges changed: Cabal
Files
- CHANGELOG +3/−0
- cabal-dependency-licenses.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.1.1.2+ * Allow use with older Cabal >= 1.18+ - 0.1.1.1 * Allow use with filepath-1.4
cabal-dependency-licenses.cabal view
@@ -1,5 +1,5 @@ Name: cabal-dependency-licenses-Version: 0.1.1.1+Version: 0.1.1.2 Synopsis: Compose a list of a project's transitive dependencies with their licenses Description:@@ -24,7 +24,7 @@ Ghc-options: -Wall Build-depends:- Cabal >= 1.20 && < 1.23,+ Cabal >= 1.18 && < 1.23, containers >= 0.5 && < 0.6, base >= 4 && < 5, directory >= 1.2 && < 1.3,