elm-package-0.2.1: Package manager for Elm libraries

Safe HaskellNone
LanguageHaskell98

Elm.Package.Paths

Synopsis

Documentation

stuffDirectory :: FilePath Source

Name of directory for all of a project's dependencies.

solvedDependencies :: FilePath Source

Describes the exact versions of every package used for your project. This information is written by elm-package when it solves and installs dependencies.

documentation :: FilePath Source

Documentation for all the exposed modules in this package.

description :: FilePath Source

Name of the dependency file, specifying dependencies and other metadata for building and sharing projects.

packagesDirectory :: FilePath Source

Directory for all packages needed to build your project.

package :: Name -> Version -> FilePath Source

Path to a particular package.