packages feed

Cabal revisions of haven-0.2.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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.2.0.0-license:             BSD3-license-file:        LICENSE-author:              Ali Abrar, Will Fancher-maintainer:          maintainer@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-               , process-               , temporary-               , filepath-               , directory-               , transformers-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -O2 -Wall--source-repository head-  type: git-  location: https://github.com/obsidiansystems/haven+x-revision: 1
+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.2.0.0
+license:             BSD3
+license-file:        LICENSE
+author:              Ali Abrar, Will Fancher
+maintainer:          maintainer@obsidian.systems
+build-type:          Simple
+cabal-version:       >=1.10
+
+executable haven
+  main-is:             Main.hs
+  build-depends: base >=4.9 && <4.12
+               , bytestring
+               , containers
+               , http-conduit
+               , http-types
+               , mtl
+               , SHA
+               , xml
+               , process
+               , temporary
+               , filepath
+               , directory
+               , transformers
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -O2 -Wall
+
+source-repository head
+  type: git
+  location: https://github.com/obsidiansystems/haven