diff options
author | Picca Frédéric-Emmanuel <picca@debian.org> | 2016-09-25 10:01:12 +0200 |
---|---|---|
committer | Picca Frédéric-Emmanuel <picca@debian.org> | 2016-09-25 10:01:12 +0200 |
commit | 66160af1be750eec6cf789d22e6175e883f17a56 (patch) | |
tree | cc8e0496a6d64bbd53e12d57677d6f49006b17e6 | |
parent | b4b3cb36682ad1022a076a564b6faff27d84e2f1 (diff) | |
download | DHG_packages-66160af1be750eec6cf789d22e6175e883f17a56.tar.gz |
Added pkg-config to Build-Depends
-rw-r--r-- | p/haskell-hmatrix-gsl/debian/control | 3 |
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, |