Skip to content

Commit 28cf121

Browse files
committed
Add cabal.project
1 parent 8c3a92f commit 28cf121

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

cabal.project

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)