Skip to content

Commit

Permalink
Fix build on darwin wrt haskell-hvr#21
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed May 8, 2020
1 parent cdbbe43 commit c20edef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lzma.cabal
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cabal-version: >=1.10
cabal-version: 2.2
name: lzma
version: 0.0.0.3
x-revision: 5

synopsis: LZMA/XZ compression and decompression
homepage: https://github.com/hvr/lzma
bug-reports: https://github.com/hvr/lzma/issues
license: BSD3
license: BSD-3-Clause
license-file: LICENSE
author: Herbert Valerio Riedel
maintainer: [email protected]
Expand Down Expand Up @@ -53,6 +53,8 @@ library

if os(windows)
build-depends: lzma-clib
elif os(darwin)
build-depends: lzma-clib >= 5.2.2.1
else
includes: lzma.h
extra-libraries: lzma
Expand Down

0 comments on commit c20edef

Please sign in to comment.