-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use cabal-install version 3.6.2.0 * Remove M1 workaround * Drop network constraint * Fix building static executables * Add FreeBSD12 release builds (#7733) * Fix linux build * Create properly named tarballs * Only pass --enable-executable-static on alpine * Fix windows build * Use cabal.project.release * Run split-sections selectively, fixing arm/aarch builds * Add retries for windows and armv7 * Fix 32bit arches See #7313 (comment) * Adjust paths
- Loading branch information
Showing
3 changed files
with
102 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,3 @@ packages: cabal-install/ | |
tests: False | ||
benchmarks: False | ||
optimization: True | ||
|
||
constraints: network < 3.1.2.3 |