precis-0.5.0: Diff Cabal packages.

Portabilityto be determined.
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Precis.Cabal.InterimDatatypes

Description

Datatype for working with Cabal files...

Synopsis

Documentation

data CabalFilePath Source

CabalFilePath is both the full, normalized path to the cabal file and the directory parts to the file.

This is an opaque type - construct with cabalFilePath.

cabalFilePath :: FilePath -> CabalFilePathSource

Constructor for CabalFilePath - the input FilePath is normalized before constructing the data type.