summaryrefslogtreecommitdiff
path: root/packages/gsl
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-07-12 19:17:26 +0200
committerAlberto Ruiz <aruiz@um.es>2014-07-12 19:17:26 +0200
commite90e605787402e7e1a8d33de1a889822fc25fdc9 (patch)
tree4628ba0b6134d792c768e2ee599073335521bb9d /packages/gsl
parentb16a9e8214832205537bec18a77ead03d3e05f51 (diff)
use pkgconfig-depends in hmatrix-gsl
Diffstat (limited to 'packages/gsl')
-rw-r--r--packages/gsl/hmatrix-gsl.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal
index 0cd2398..9af31ee 100644
--- a/packages/gsl/hmatrix-gsl.cabal
+++ b/packages/gsl/hmatrix-gsl.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-gsl 1Name: hmatrix-gsl
2Version: 0.16.0.1 2Version: 0.16.0.2
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -76,7 +76,8 @@ library
76 if arch(x86_64) 76 if arch(x86_64)
77 cc-options: -fPIC 77 cc-options: -fPIC
78 78
79 extra-libraries: gsl 79 pkgconfig-depends: gsl
80
80 81
81source-repository head 82source-repository head
82 type: git 83 type: git