-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmit-3qvpPyAi6mH.cabal
128 lines (119 loc) · 2.67 KB
/
mit-3qvpPyAi6mH.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
cabal-version: 3.0
author: Mitchell Rosen
bug-reports: https://github.com/mitchellwrosen/mit/issues
category: CLI
copyright: Copyright (C) 2020-2022 Mitchell Rosen
homepage: https://github.com/mitchellwrosen/mit
license: MIT
license-file: LICENSE
maintainer: Mitchell Rosen <[email protected]>
name: mit-3qvpPyAi6mH
stability: experimental
synopsis: A git wrapper with a streamlined UX
version: 12
description:
A git wrapper with a streamlined UX.
To install the @mit@ command-line tool, run the following:
@
cabal install mit-3qvpPyAi6mH
@
This package's library component does not follow the Package Versioning Policy.
source-repository head
type: git
location: https://github.com/mitchellwrosen/mit.git
common component
default-extensions:
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveFunctor
DerivingStrategies
DuplicateRecordFields
FlexibleContexts
FlexibleInstances
GADTs
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
ImplicitParams
ImportQualifiedPost
InstanceSigs
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NoFieldSelectors
NoImplicitPrelude
NumericUnderscores
OverloadedRecordDot
OverloadedStrings
PatternSynonyms
RankNTypes
ScopedTypeVariables
TupleSections
TypeApplications
TypeOperators
UndecidableInstances
ViewPatterns
default-language: Haskell2010
ghc-options:
-Weverything
-Werror=incomplete-patterns
-Wno-all-missed-specialisations
-Wno-missing-import-lists
-Wno-missing-kind-signatures
-Wno-missing-role-annotations
-Wno-missing-safe-haskell-mode
-Wno-unsafe
library
import: component
build-depends:
base == 4.19.1.0,
base64 == 0.4.2.4,
containers == 0.6.8,
directory == 1.3.8.1,
ki == 1.0.1.1,
optparse-applicative == 0.17.0.0,
parsec == 3.1.17.0,
process == 1.6.18.0,
stm == 2.5.2.1,
text == 2.1,
text-ansi == 0.3.0.1,
text-builder-linear == 0.1.2,
unconditional-jump == 1.0.0,
unix == 2.8.3.0,
exposed-modules:
Mit
Mit.Command.Branch
Mit.Command.Commit
Mit.Command.Merge
Mit.Command.Status
Mit.Command.Sync
Mit.Command.Undo
Mit.Directory
Mit.Git
Mit.Logger
Mit.Merge
Mit.Output
Mit.Prelude
Mit.Pretty
Mit.Process
Mit.ProcessInfo
Mit.Push
Mit.Seq
Mit.Seq1
Mit.Snapshot
Mit.State
Mit.TextUtils
Mit.Undo
Mit.Verbosity
hs-source-dirs: src
executable mit
import: component
build-depends:
base,
mit-3qvpPyAi6mH,
ghc-options: -threaded -with-rtsopts=-N2
hs-source-dirs: app
main-is: Main.hs