-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: peter | ||
version: 0.1.0.0 | ||
github: "antonkesy/peter" | ||
github: "antonkesy/peter-lang" | ||
license: Apache-2.0 | ||
author: "Anton Kesy" | ||
maintainer: "[email protected]" | ||
|
@@ -14,7 +14,7 @@ extra-source-files: | |
# synopsis: Short description of your package | ||
# category: Web | ||
|
||
description: Please see the README on GitHub at <https://github.com/antonkesy/peter#readme> | ||
description: Please see the README on GitHub at <https://github.com/antonkesy/peter-lang#readme> | ||
|
||
dependencies: | ||
- base >= 4.7 && < 5 | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,9 @@ cabal-version: 1.12 | |
|
||
name: peter | ||
version: 0.1.0.0 | ||
description: Please see the README on GitHub at <https://github.com/antonkesy/peter#readme> | ||
homepage: https://github.com/antonkesy/peter#readme | ||
bug-reports: https://github.com/antonkesy/peter/issues | ||
description: Please see the README on GitHub at <https://github.com/antonkesy/peter-lang#readme> | ||
homepage: https://github.com/antonkesy/peter-lang#readme | ||
bug-reports: https://github.com/antonkesy/peter-lang/issues | ||
author: Anton Kesy | ||
maintainer: [email protected] | ||
copyright: 2024 Anton Kesy | ||
|
@@ -21,7 +21,7 @@ extra-source-files: | |
|
||
source-repository head | ||
type: git | ||
location: https://github.com/antonkesy/peter | ||
location: https://github.com/antonkesy/peter-lang | ||
|
||
library | ||
exposed-modules: | ||
|