Name: elm-get Version: 0.1.1 Synopsis: Tool for sharing and using Elm libraries Description: elm-get lets you install, update, and publish Elm libraries Homepage: http://github.com/elm-lang/elm-get License: BSD3 License-file: LICENSE Author: Evan Czaplicki Maintainer: info@elm-lang.org Copyright: Copyright: (c) 2013-2014 Evan Czaplicki Category: Language Build-type: Simple Cabal-version: >=1.9 source-repository head type: git location: git://github.com/elm-lang/elm-get.git Executable elm-get Main-is: Get/Main.hs ghc-options: -threaded -O2 -W Hs-Source-Dirs: src other-modules: Get.Install, Get.Library, Get.Options, Get.Publish, Get.Registry, Paths_elm_get, Utils.Commands, Utils.Http, Utils.Paths, Utils.PrettyJson Build-depends: aeson, base >=4.2 && <5, binary, bytestring, containers, directory, Elm >= 0.10.1, filepath, HTTP, http-client >= 0.2 && <0.3, http-client-multipart, http-types, json, mtl, network, optparse-applicative, pretty, process, resourcet, text, vector