cabal-debian-4.20.1: Create a Debianization for a Cabal package

Safe HaskellNone
LanguageHaskell98

Debian.Debianize.Types.CopyrightDescription

Description

Synopsis

Documentation

data CopyrightDescription Source

Description of the machine readable debian/copyright file. A special case is used to represeent the old style free format file - if the value is equal to newCopyrightDescription except for the field _summaryComment, the text in _summaryComment is the copyright file.

readCopyrightDescription :: Text -> CopyrightDescription Source

Try to read a CopyrightDescription from a file