summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2016-09-25 10:01:12 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2016-09-25 10:01:12 +0200
commit66160af1be750eec6cf789d22e6175e883f17a56 (patch)
treecc8e0496a6d64bbd53e12d57677d6f49006b17e6
parentb4b3cb36682ad1022a076a564b6faff27d84e2f1 (diff)
downloadDHG_packages-66160af1be750eec6cf789d22e6175e883f17a56.tar.gz
Added pkg-config to Build-Depends
-rw-r--r--p/haskell-hmatrix-gsl/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/p/haskell-hmatrix-gsl/debian/control b/p/haskell-hmatrix-gsl/debian/control
index 1a67292e9..d71029d23 100644
--- a/p/haskell-hmatrix-gsl/debian/control
+++ b/p/haskell-hmatrix-gsl/debian/control
@@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 9),
libghc-random-prof,
libghc-vector-dev,
libghc-vector-prof,
- libgsl-dev
+ libgsl-dev,
+ pkg-config
Build-Depends-Indep: ghc-doc,
libghc-hmatrix-doc,
libghc-random-doc,