File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ packages :
2+ .
3+
4+ tests : True
5+
6+ constraints :
7+ -- This is requried by `vty` and this constraint is part of
8+ -- https://github.com/jtdaugherty/vty/pulls
9+ , parsec >= 3.1.18
10+
11+ -- cabal-allow-newer
12+ if impl (ghc >= 9.14 )
13+ allow-newer :
14+ , binary :containers
15+ , config-ini :base
16+ , config-ini :containers
17+ , config-ini :text
18+ , hashable :base
19+ , hashable :bytestring
20+ , hashable :containers
21+ , hashable :ghc-bignum
22+ , hashable :ghc-prim
23+ , integer-logarithms :base
24+ , integer-logarithms :ghc-bignum
25+ , megaparsec :scientific
26+ , microlens-th :template-haskell
27+ , microlens-th :th-abstraction
28+ , parsec :base
29+ , parsec :text
30+ , primitive :base
31+ , scientific :base
32+ , scientific :integer-logarithms
33+ , scientific :template-haskell
34+ , splitmix :base
35+ , template-haskell :base
36+ , text :base
37+ , text :bytestring
38+ , text :ghc-prim
39+ , text :template-haskell
40+ , th-abstraction :containers
41+ , th-abstraction :template-haskell
42+ , unordered-containers :template-haskell
You can’t perform that action at this time.
0 commit comments