summaryrefslogtreecommitdiff
path: root/p/haskell-neat-interpolation/debian/control
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-07-13 17:55:29 -0400
committerClint Adams <clint@debian.org>2017-07-13 17:55:29 -0400
commit1266c316f0ac59254b98f19d801c3ef5115bcd37 (patch)
tree13bd94f685e5b63918a36340740f72d1ecd7df07 /p/haskell-neat-interpolation/debian/control
parente30a38d1945cd2f10850d69fb406adadc346da28 (diff)
downloadDHG_packages-1266c316f0ac59254b98f19d801c3ef5115bcd37.tar.gz
add neat-interpolation
Diffstat (limited to 'p/haskell-neat-interpolation/debian/control')
-rw-r--r--p/haskell-neat-interpolation/debian/control73
1 files changed, 73 insertions, 0 deletions
diff --git a/p/haskell-neat-interpolation/debian/control b/p/haskell-neat-interpolation/debian/control
new file mode 100644
index 000000000..85d160054
--- /dev/null
+++ b/p/haskell-neat-interpolation/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-neat-interpolation
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base-prelude-dev (<< 2),
+ libghc-base-prelude-prof (<< 2),
+ libghc-parsec3-dev (>= 3),
+ libghc-parsec3-dev (<< 4),
+ libghc-parsec3-prof (>= 3),
+ libghc-parsec3-prof (<< 4),
+ libghc-text-dev (>= 1),
+ libghc-text-dev (<< 2),
+ libghc-text-prof (>= 1),
+ libghc-text-prof (<< 2),
+ libghc-base-prelude-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-base-prelude-doc,
+ libghc-parsec3-doc,
+ libghc-text-doc,
+Standards-Version: 4.0.0
+Homepage: https://github.com/nikita-volkov/neat-interpolation
+X-Description: quasiquoter for simple multiline text interpolation
+ A quasiquoter for producing Text values with support for
+ a neat and simple interpolation of input values.
+ It removes the excessive indentation from the input and
+ accurately manages the indentation of all lines of the interpolated
+ variables.
+
+Package: libghc-neat-interpolation-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-neat-interpolation-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-neat-interpolation-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}