Skip to content

Commit

Permalink
fix libcrypto in cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Feb 13, 2024
1 parent 5a5b332 commit e23f90b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
packages: .

-- -------------------------------------------------------------------------- --
-- Platform specific locations of external libraries

if os(darwin)
if arch(aarch64)
package *
extra-include-dirs:
/opt/homebrew/include
/opt/homebrew/opt/openssl/include
extra-lib-dirs:
/opt/homebrew/lib
/opt/homebrew/opt/openssl/lib
else
package *
extra-include-dirs:
/opt/local/include
/usr/local/opt/openssl/include
extra-lib-dirs:
/opt/local/lib
/usr/local/opt/openssl/lib/
----------------------------------------------------------------------------------

package pact
ghc-options: -Wno-missed-extra-shared-lib

Expand Down

0 comments on commit e23f90b

Please sign in to comment.