jarfind 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+7/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- jarfind.cabal +7/−3
jarfind.cabal view
@@ -1,6 +1,6 @@ Name: jarfind-Version: 0.1.0.0-Cabal-version: >= 1.2+Version: 0.1.0.1+Cabal-version: >= 1.6 Build-type: Simple Synopsis: Tool for searching java classes, members and fields in classfiles and JAR archives Description: Search classfiles and JARs: like, all public 'close' methods in classes with 'Stream' in their name in a JAR. @@ -17,9 +17,13 @@ Description: Choose the new, smaller, split-up base package. Default: True +Source-repository head+ type: darcs+ location: http://patch-tag.com/r/jkff/jarfind+ Executable jarf if flag(splitBase)- Build-depends: base >= 3+ Build-depends: base >= 3 && < 4 else Build-depends: base < 3 Build-depends: binary, bytestring >= 0.9.0, array, zip-archive >= 0.1.1.2, regex-pcre >= 0.94.1