File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1919 release :
2020 types :
2121 - created
22+ workflow_dispatch :
23+ inputs :
24+ allow-newer :
25+ description : allow-newer line
26+ required : false
27+ type : string
28+ constraints :
29+ description : constraints line
30+ required : false
31+ type : string
2232
2333env :
2434 # We choose a stable ghc version across all os's
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ write-ghc-environment-files: never
88program-options
99 ghc-options: -Werror
1010
11- -- This project file is used to distribute the cabal-head binary,
12- -- as such we cannot enable "-march=native".
1311constraints:
1412 hashable -arch-native,
1513 tar >= 0.6.2.0,
@@ -21,3 +19,4 @@ constraints:
2119
2220package zlib
2321 flags: -pkg-config +bundled-c-zlib
22+
You can’t perform that action at this time.
0 commit comments