cartel-0.6.0.0: Specify your Cabal files in Haskell

Safe HaskellSafe-Inferred

Cartel.Defaults

Description

Default values for the data types in Cartel.Ast. These defaults are genrally filled in with blank values. Use these default values where you can; by doing so you help future-proof your code. Use the default as a starting point and fill in the values that you need.

Documentation

repositorySource

Arguments

:: Vcs

Type of VCS in use

-> Maybe String

To use the this repo kind, use Just String, where the String is the tag corresponding to the current branch. To use the head repository kind, use Nothing.

-> String

Repo location

-> Repository