Skip to content

Commit

Permalink
update tool versions...
Browse files Browse the repository at this point in the history
  • Loading branch information
thma committed May 26, 2021
1 parent 53a4af1 commit 6fffeb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-haskell@v1
with:
ghc-version: '8.6.5'
cabal-version: '3.0'
stack: '2.1.0'
ghc-version: '8.10.4'
cabal-version: '3.2.0.0'
stack: '2.7.1'
- name: Build
run: |
stack init
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"postpack-app:darwin": "node ./postpack-app-darwin.js",
"postpack-app:win32": "node ./postpack-app-win.js"
},
"repository": "https://github.com/thma/ThreepennyElectron",
"repository": {
"type": "git",
"url": "http://github.com/thma/ThreepennyElectron"
},
"keywords": [
"Electron",
"Threepenny GUI",
Expand All @@ -22,7 +25,7 @@
"author": "Thomas Mahler",
"license": "Apache-2.0",
"devDependencies": {
"electron": "^9.1.0",
"electron": "^9.4.4",
"electron-packager": "^14.0.6",
"ncp": "^2.0.0",
"run-script-os": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ThreepennyElectron
version: 0.1.0.0
github: "https://github.com/thma/ThreepennyElectron"
github: "thma/ThreepennyElectron"
license: Apache-2.0
author: "Thomas Mahler"
maintainer: "[email protected]"
Expand Down

0 comments on commit 6fffeb1

Please sign in to comment.