Skip to content

Commit

Permalink
Fixed 'flag' location in .cabal file
Browse files Browse the repository at this point in the history
Otherwise Cabal ignored fields between 'flag' and 'library'
  • Loading branch information
vshabanov committed Apr 6, 2024
1 parent a652e8e commit be8f0e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions text-icu.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ license: BSD3
license-file: LICENSE
build-type: Simple

flag homebrew
Description: Assume homebrew on macOS. Automatically add /usr/local/opt/ and /usr/homebrew/opt/ paths to extra-lib-dirs and include-dirs.
Default: True
Manual: True

extra-doc-files:
README.markdown
changelog.md
Expand All @@ -73,6 +68,11 @@ tested-with:
GHC == 8.0.2
GHC == 7.10.3

flag homebrew
Description: Assume homebrew on macOS. Automatically add /usr/local/opt/ and /usr/homebrew/opt/ paths to extra-lib-dirs and include-dirs.
Default: True
Manual: True

library
default-language: Haskell98
build-depends:
Expand Down

0 comments on commit be8f0e8

Please sign in to comment.