-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chunk * update * update * update * toPRNumbers * gen * update * hconf * update * scripts * update open * update * cli * package * readme * packages * check cabals * monitor cabal * cabal * cabal * process * process * HConf * cabal * process * update * update * update * update * update * error * update * cabal * update cabal too * update nightly * hconf * build * update * parse output * regroup * groupTopics * update * update * would test * wanrings * update parse warning * update * update * update * update * update * exec * update * update * update * packages * fix bounds * update * process * cabal * update * criterion * update * bounds * update * update * deps * update wai * update * config * yesod * hconfig * hconf * update * update * update * sorted * update * update * update * update versions * Log * upper bounds * upper bounds * hackage * update versions * update * update * update split on * update * update * update * update * mn max * restrictions * update * min max * versions * orEquals * Version * update * update bounds * setup * update * upper bounds * update deps * up * hconf * hconf * checkVersion * check hconf * config * pkgName * update * update * name * pkgPath * System.FilePath.Posix * normalize * dir * version * getBuilds * updateBounds * update Bounds * update * update * update deps * update * deps * Parse * parse * Pasre * parse * parseBound * update * parse * parseRestriction * update * bounds * parseText * Dependencies * update * bounds * bounds * update * update drop patch * toString * versionBounds * version * Name * cabal * update * version * update * pkg group * Config * utils * update * update * next * bounds * update * stack * HConf.Core.Env * versions * update hconf * Utils * update * hackage * update * update * builds * : * update config * ghc * hconf * update * bounds * class * check * updateDependency * updates * extraDeps * extraDeps * Library * update * packages * update * configT * update * update * chalk * run * run * update * task * config * update * config * withCOnfig * update * field * type * options * yaml * update * version vs version number * Version Tag * version * fetchVersions * Latest * stack * task * cabal * rewite packages * Tag * hconf * ghc * update hconf * github * getExtra * build * fastSum * extras * format * 9.0.2 * setup latest * exclude * fastsum * fail-fast: false * fix decode * fix decode * config * stack most stable build * fix aeson * update libraries * update Library * packages * update dependencies * Dependencies * monadIO * core * remove 8.2.2 * no-bench * tag * cli atrifact * hconf * fix chmod * no double setup * version
- Loading branch information
1 parent
00cd26d
commit cebce5c
Showing
109 changed files
with
3,345 additions
and
1,611 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,6 @@ runs: | |
- name: Setup Node | ||
uses: actions/setup-node@v3 | ||
|
||
- name: generate stack config | ||
run: | | ||
npm i | ||
npm run setup ${{ inputs.ghc }} | ||
shell: bash | ||
|
||
- name: Setup Haskell | ||
uses: haskell/actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -19,20 +19,9 @@ jobs: | |
uses: ./.github/actions/setup-hs | ||
|
||
- name: Draft Release | ||
id: draft | ||
run: npm run release -- draft | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Generate Cabal Files | ||
run: | | ||
stack build --test --dry-run | ||
stack sdist | ||
- name: Open Release Pull Request | ||
run: | | ||
git config --global user.name "GitHub" | ||
git config --global user.email "<[email protected]>" | ||
npm run release -- open ${{ steps.draft.outputs.version }} -b "${{ steps.draft.outputs.body }}" | ||
npm run release -- open | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -11,4 +11,5 @@ node_modules/ | |
.cspellcache | ||
.env | ||
.vscode/*.log | ||
__ormolu__ | ||
__ormolu__ | ||
.envrc |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 Daviti Nalchevanidze | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
Oops, something went wrong.