Source: haskell-template Maintainer: Debian Haskell Group Uploaders: Joachim Breitner , Priority: extra Section: haskell Build-Depends: cdbs, debhelper (>= 9), ghc (>= 8), ghc-prof, haskell-devscripts (>= 0.13), libghc-mtl-dev (<< 2.3), libghc-mtl-dev (>= 1.1), libghc-mtl-prof, libghc-text-dev (<< 1.3), libghc-text-dev (>= 0.7.2), libghc-text-prof, Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-text-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/template Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-template Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-template-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . ${haskell:Blurb} Package: libghc-template-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . ${haskell:Blurb} Package: libghc-template-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . ${haskell:Blurb}