cabal-debian-4.0.3: Create a debianization for a cabal package

Safe HaskellNone

Debian.Debianize.Types.Base

Synopsis

Documentation

newtype Top Source

This is a special filepath that represents the top of a directory tree. For a cabal package this directory would contain the .cabal file, for a debian package it would contain the debian directory.

Constructors

Top 

Fields

unTop :: FilePath
 

Instances

listElemLens :: (a -> Bool) -> Lens [a] (Maybe a)Source

maybeLens :: a -> Lens a b -> Lens (Maybe a) bSource