Skip to content

Commit

Permalink
bump version 4.6
Browse files Browse the repository at this point in the history
Support GHC 8.10.6.
  • Loading branch information
kakkun61 committed Aug 19, 2021
1 parent 7a9b88e commit 085cf7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 4.6

*2021.08.19*

Support GHC 8.10.6.

## 4.5

*2021.06.07*
Expand Down
6 changes: 3 additions & 3 deletions ghcups.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'ghcups.psm1'

# このモジュールのバージョン番号です。
ModuleVersion = '4.5'
ModuleVersion = '4.6'

# サポートされている PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -98,7 +98,7 @@ PrivateData = @{
Tags = @('Haskell', 'GHC', 'PSEdition_Core', 'Windows')

# このモジュールのライセンスの URL。
LicenseUri = 'https://github.com/kakkun61/ghcups/blob/4.5/LICENSE'
LicenseUri = 'https://github.com/kakkun61/ghcups/blob/4.6/LICENSE'

# このプロジェクトのメイン Web サイトの URL。
ProjectUri = 'https://github.com/kakkun61/ghcups'
Expand All @@ -107,7 +107,7 @@ PrivateData = @{
# IconUri = ''

# このモジュールの ReleaseNotes
ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/4.5/ChangeLog.md'
ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/4.6/ChangeLog.md'

ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')

Expand Down
2 changes: 1 addition & 1 deletion psakefile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Task Lint {

Task Publish {
Publish-Module `
-Name ..\ghcups `
-Name .\ghcups.psd1 `
-NuGetApiKey (Get-Content .psg.key) `
-Exclude '.github\**', '.vscode\**', '.psg.key', 'debug.log', 'Dockerfile'
}
1 change: 1 addition & 0 deletions version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ghc:
x86_64:
- version: '9.0.1'
directory: ghc-9.0.1-x86_64-unknown-mingw32
- '8.10.6'
- '8.10.5'
- '8.10.4'
- '8.10.3'
Expand Down

0 comments on commit 085cf7a

Please sign in to comment.