-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcabal.project
More file actions
35 lines (32 loc) · 739 Bytes
/
cabal.project
File metadata and controls
35 lines (32 loc) · 739 Bytes
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
packages:
./
tests: True
test-show-details: direct
if impl (ghc >= 9.14)
constraints:
, aeson >= 2.2
-- cabal-allow-newer
if impl (ghc >= 9.14)
allow-newer:
, aeson:bytestring
, aeson:containers
, aeson:indexed-traversable
, aeson:semialign
, aeson:template-haskell
, aeson:these
, aeson:time
, aeson:time-compat
, aeson:uuid-types
, binary:containers
, bytestring:base
, bytestring-lexing:base
, indexed-traversable:base
, indexed-traversable:containers
, indexed-traversable-instances:base
, parsec:bytestring
, semialign:base
, semialign:containers
, template-haskell:base
, these:base
, time-compat:base
, uuid-types:template-haskell