From be8f0e81c8ea69964d381c40db5bc39095a0258e Mon Sep 17 00:00:00 2001 From: Vladimir Shabanov Date: Sat, 6 Apr 2024 14:01:59 +0100 Subject: [PATCH] Fixed 'flag' location in .cabal file Otherwise Cabal ignored fields between 'flag' and 'library' --- text-icu.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/text-icu.cabal b/text-icu.cabal index 35a1316..b95e44a 100644 --- a/text-icu.cabal +++ b/text-icu.cabal @@ -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 @@ -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: