-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sync-GitHub-Issues.cabal
45 lines (42 loc) · 1.16 KB
/
Sync-GitHub-Issues.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
name: Sync-GitHub-Issues
version: 0.1.0.0
category: Web
homepage: https://github.com/spamviech/Sync-GitHub-Issues#readme
author: spamviech
maintainer: [email protected]
copyright: 2021 spamviech
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
executable Sync-GitHub-Issues
main-is: Main.hs
other-modules:
ExitCodes
LocalCopy
Repository
SyncGitHub
Paths_Sync_GitHub_Issues
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
attoparsec >=0.13.2.5 && <0.14
, base >=4.11 && <5
, bytestring >=0.10.12.1 && <0.12
, containers >=0.6.4.1 && <0.7
, directory >=1.3.6.1 && <1.4
, git-config >=0.1.2 && <0.2
, github >=0.26 && <0.27
, optparse-applicative >=0.16.1 && <0.17
, text >=1.2.4.1 && <1.3
, time >=1.10 && <1.12
, transformers >=0.5.6.2 && <0.6
, unordered-containers >=0.2.13 && <0.3
, vector >=0.12.2 && <0.13
default-language: Haskell2010