diff options
Diffstat (limited to 'packages/gsl')
-rw-r--r-- | packages/gsl/hmatrix-gsl.cabal | 5 |
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 @@ | |||
1 | Name: hmatrix-gsl | 1 | Name: hmatrix-gsl |
2 | Version: 0.16.0.1 | 2 | Version: 0.16.0.2 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: 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 | ||
81 | source-repository head | 82 | source-repository head |
82 | type: git | 83 | type: git |