-
-
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
4 changed files
with
39 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,13 @@ cabal-version: 2.2 | |
-- This file has been generated from package.yaml by hpack version 0.36.0. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 0862c588be00e327ee1b6cc1fac5f380af9fcf1ab0294c48aa90748353d89655 | ||
|
||
name: repos-uploader | ||
name: airput | ||
version: 0.0.0.0 | ||
synopsis: Download metadata for a list of GitHub repos and save it to Airsequel | ||
|
||
synopsis: CLI tool for populating Airsequel with data. | ||
description: For more information check out the readme. | ||
category: Web | ||
homepage: https://github.com/Airsequel/repos-uploader#readme | ||
homepage: https://github.com/Airsequel/Airput#readme | ||
author: Adrian Sieber | ||
maintainer: [email protected] | ||
copyright: Adrian Sieber | ||
|
@@ -25,9 +22,9 @@ library | |
exposed-modules: | ||
Lib | ||
other-modules: | ||
Paths_repos_uploader | ||
Paths_airput | ||
autogen-modules: | ||
Paths_repos_uploader | ||
Paths_airput | ||
hs-source-dirs: | ||
source | ||
default-extensions: | ||
|
@@ -54,15 +51,15 @@ library | |
, time | ||
default-language: GHC2021 | ||
|
||
executable repos-uploader | ||
executable airput | ||
main-is: Main.hs | ||
other-modules: | ||
Airsequel | ||
Types | ||
Utils | ||
Paths_repos_uploader | ||
Paths_airput | ||
autogen-modules: | ||
Paths_repos_uploader | ||
Paths_airput | ||
hs-source-dirs: | ||
app | ||
default-extensions: | ||
|
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
name: repos-uploader | ||
name: airput | ||
version: 0.0.0.0 | ||
synopsis: | | ||
Download metadata for a list of GitHub repos and save it to Airsequel | ||
description: | | ||
For more information check out the readme. | ||
homepage: https://github.com/Airsequel/repos-uploader#readme | ||
synopsis: CLI tool for populating Airsequel with data. | ||
description: For more information check out the readme. | ||
homepage: https://github.com/Airsequel/Airput#readme | ||
license: AGPL-3.0-or-later | ||
author: Adrian Sieber | ||
maintainer: [email protected] | ||
|
@@ -50,7 +48,7 @@ library: | |
source-dirs: source | ||
|
||
executables: | ||
repos-uploader: | ||
airput: | ||
language: GHC2021 | ||
source-dirs: app | ||
main: Main.hs |