diff options
Diffstat (limited to 'packages/glpk')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 81f9e1d..046563e 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix-glpk | 1 | Name: hmatrix-glpk |
2 | Version: 0.3.0 | 2 | Version: 0.3.1 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -35,6 +35,7 @@ library | |||
35 | extra-libraries: glpk | 35 | extra-libraries: glpk |
36 | 36 | ||
37 | if os(OSX) | 37 | if os(OSX) |
38 | extra-lib-dirs: /usr/lib | ||
38 | extra-lib-dirs: /opt/local/lib/ | 39 | extra-lib-dirs: /opt/local/lib/ |
39 | include-dirs: /opt/local/include/ | 40 | include-dirs: /opt/local/include/ |
40 | extra-lib-dirs: /usr/local/lib/ | 41 | extra-lib-dirs: /usr/local/lib/ |