haven 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- haven.cabal +2/−2
haven.cabal view
@@ -2,7 +2,7 @@ synopsis: Recursively retrieve maven dependencies description: A haskell project that retrieves maven package dependencies recursively given a starting set of packages. The primary output format is a list of nix sets describing the maven packages. category: Java-version: 0.2.0.1+version: 0.2.0.2 license: BSD3 license-file: LICENSE author: Ali Abrar, Will Fancher@@ -13,7 +13,7 @@ executable haven main-is: Main.hs- build-depends: base >=4.9 && <4.12+ build-depends: base >=4.9 && <4.13 , bytestring , containers , http-conduit