Name: debian-repo Version: 5.20.1 License: BSD3 License-File: debian/copyright Author: David Fox Category: System Maintainer: david@seereason.com Homepage: http://src.seereason.com/ghc6103/haskell-debian-repo Build-Depends: base, bytestring, Cabal, containers, directory, filepath, pretty, mtl, old-time, old-locale, network, parsec >= 3, process, regex-compat, regex-tdfa, template-haskell, time, unix, Unixutils, Extra >= 1.40, bzlib, zlib, HaXml, debian >= 3.53, MIME, applicative-extras Build-Type: Simple Synopsis: Modules for working with the Debian package system Description: This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers and dependency relations, on up to the types necessary for computing and installing build dependencies, building source and binary packages, and inserting them into a repository. ghc-options: -O2 -threaded -W Extensions: ExistentialQuantification Exposed-modules: Debian.Repo, Debian.Repo.AptImage, Debian.Repo.Cache, Debian.Repo.Changes, Debian.Repo.Dependencies, Debian.Repo.Insert, Debian.Repo.LocalRepository, Debian.Repo.Monad, Debian.Repo.OSImage, Debian.Repo.Package, Debian.Repo.PackageIndex, Debian.Repo.Release, Debian.Repo.Repository, Debian.Repo.Slice, Debian.Repo.SourcesList, Debian.Repo.SourceTree, Debian.Repo.Types, Debian.VersionPolicy, System.Chroot, Text.Format, Tmp.File extra-source-files: demos/Versions.hs debian/changelog debian/compat debian/control debian/copyright debian/rules Executable: debian-versions Main-is: demos/Versions.hs ghc-options: -O2 -threaded -W Executable: newdist Main-is: Debian/NewDist/Main.hs ghc-options: -O2 -threaded -W Executable: test Main-is: Test/Main.hs ghc-options: -O2 -threaded -W Build-depends: HUnit