-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy pathunison-codebase.cabal
More file actions
73 lines (69 loc) · 1.59 KB
/
unison-codebase.cabal
File metadata and controls
73 lines (69 loc) · 1.59 KB
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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: unison-codebase
version: 0.0.0
homepage: https://github.com/unisonweb/unison#readme
bug-reports: https://github.com/unisonweb/unison/issues
build-type: Simple
source-repository head
type: git
location: https://github.com/unisonweb/unison
library
exposed-modules:
U.Codebase.Branch.Type
U.Codebase.BranchV3
U.Codebase.Causal
U.Codebase.Decl
U.Codebase.Kind
U.Codebase.Referent
U.Codebase.Reflog
U.Codebase.Term
U.Codebase.TermEdit
U.Codebase.Type
U.Codebase.TypeEdit
U.Codebase.WatchKind
hs-source-dirs:
./
default-extensions:
BangPatterns
BlockArguments
DeriveAnyClass
DeriveFunctor
DeriveGeneric
DeriveTraversable
DerivingStrategies
DerivingVia
DoAndIfThenElse
DuplicateRecordFields
FlexibleContexts
FlexibleInstances
GeneralizedNewtypeDeriving
ImportQualifiedPost
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
OverloadedLabels
OverloadedRecordDot
OverloadedStrings
PatternSynonyms
RankNTypes
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeApplications
TypeFamilies
ViewPatterns
build-depends:
base
, containers
, generic-lens
, lens
, mtl
, time
, unison-core
, unison-hash
, unison-prelude
, unison-util-recursion
default-language: GHC2021