Name: debian Version: 3.70.1 License: BSD3 License-File: debian/copyright Author: David Fox , Jeremy Shaw , Clifford Beshers Category: Debian Maintainer: David Fox Homepage: http://src.seereason.com/haskell-debian Build-Type: Simple Synopsis: Modules for working with the Debian package system Cabal-Version: >= 1.6 Description: This library includes modules covering some basic data types defined by the Debian policy manual - version numbers, control file syntax, etc. extra-source-files: Test/Main.hs, Test/Changes.hs, Test/Dependencies.hs, Test/SourcesList.hs, Test/VersionPolicy.hs, Test/Versions.hs, Test/Control.hs, debian/changelog Flag cabal19 Description: True if Cabal >= 1.9 is available Library Build-Depends: ansi-wl-pprint, base >= 4 && < 5, bytestring, bzlib, containers, directory, filepath, HaXml >= 1.20, HUnit, mtl, network >= 2.4, old-locale, parsec >= 2 && <4, pretty, process, process-extras, pureMD5, regex-compat, regex-tdfa, text, time, unix, Unixutils >= 1.50, utf8-string, zlib ghc-options: -W -Wall -O2 if flag(cabal19) build-depends: Cabal >= 1.9 cpp-options: -DCABAL19 else build-depends: Cabal >= 1.8 cpp-options: -DCABAL18 Extensions: ExistentialQuantification CPP Exposed-modules: Debian.Apt.Dependencies, Debian.Apt.Index, Debian.Apt.Methods, Debian.Apt.Package, Debian.Changes, Debian.Control, Debian.Control.Common, Debian.Control.PrettyPrint, Debian.Control.ByteString, Debian.Control.String, Debian.Deb, Debian.Extra.Files, Debian.GenBuildDeps, Debian.Relation, Debian.Relation.ByteString, Debian.Relation.Common, Debian.Relation.String, Debian.Release, Debian.Sources, Debian.Version, Debian.Version.Common, Debian.Version.String, Debian.Version.ByteString, Debian.Report, Debian.Time, Debian.URI, Debian.Util.FakeChanges other-modules: Debian.Version.Internal, Test.Changes, Test.Dependencies, Test.SourcesList, Test.Versions Executable fakechanges Main-is: utils/FakeChanges.hs ghc-options: -threaded -W -O2 Extensions: ExistentialQuantification CPP if flag(cabal19) build-depends: Cabal >= 1.9 cpp-options: -DCABAL19 else build-depends: Cabal >= 1.8 cpp-options: -DCABAL18 Executable debian-report Main-is: utils/Report.hs ghc-options: -threaded -W -O2 C-Sources: cbits/gwinsz.c Include-Dirs: cbits Install-Includes: gwinsz.h Extensions: ExistentialQuantification CPP if flag(cabal19) build-depends: Cabal >= 1.9 cpp-options: -DCABAL19 else build-depends: Cabal >= 1.8 cpp-options: -DCABAL18 Executable apt-get-build-depends Main-is: utils/AptGetBuildDeps.hs ghc-options: -threaded -W -O2 Extensions: ExistentialQuantification CPP if flag(cabal19) build-depends: Cabal >= 1.9 cpp-options: -DCABAL19 else build-depends: Cabal >= 1.8 cpp-options: -DCABAL18 source-repository head type: darcs location: http://src.seereason.com/darcs/haskell-debian