name: haven 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.1.0.0 license: BSD3 license-file: LICENSE author: Ali Abrar, Will Fancher maintainer: maintenance@obsidian.systems build-type: Simple cabal-version: >=1.10 executable haven main-is: Main.hs build-depends: base >=4.9 && <4.10 , bytestring , containers , http-conduit , http-types , mtl , SHA , xml hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: https://github.com/obsidiansystems/haven