-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update few broken links, bump to lateset ghc patch versions in CI (#440)
* Update few broken links * Add ghc 9.4.4 to ci config * Revert adding ghc 9.4.4
- Loading branch information
Showing
4 changed files
with
31 additions
and
19 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ License-File: LICENSE | |
Copyright: 2015 Gabriella Gonzalez | ||
Author: Gabriella Gonzalez | ||
Maintainer: [email protected] | ||
Bug-Reports: https://github.com/Gabriella439/Haskell-Turtle-Library/issues | ||
Bug-Reports: https://github.com/Gabriella439/turtle/issues | ||
Synopsis: Shell programming, Haskell-style | ||
Description: @turtle@ is a reimplementation of the Unix command line environment | ||
in Haskell so that you can use Haskell as both a shell and a scripting | ||
|
@@ -41,7 +41,7 @@ Description: @turtle@ is a reimplementation of the Unix command line environment | |
Category: System | ||
|
||
Tested-With: | ||
GHC == 9.2.1 | ||
GHC == 9.2.5 | ||
GHC == 9.0.2 | ||
GHC == 8.10.7 | ||
GHC == 8.8.4 | ||
|
@@ -55,7 +55,7 @@ Extra-Source-Files: | |
|
||
Source-Repository head | ||
Type: git | ||
Location: https://github.com/Gabriella439/Haskell-Turtle-Library | ||
Location: https://github.com/Gabriella439/turtle | ||
|
||
Library | ||
HS-Source-Dirs: src | ||
|