-
Notifications
You must be signed in to change notification settings - Fork 4
/
cabal.project
45 lines (36 loc) · 1.31 KB
/
cabal.project
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
index-state: 2024-01-01T00:00:00Z
packages:
.
dapps-certification-interface
dapps-certification-helpers
dapps-certification-persistence
dapps-certification-signature-verification
package plutus-certification
ghc-options: -Wall -Wunused-packages
package dapps-certification-interface
ghc-options: -Wall -Wunused-packages
package dapps-certification-helpers
ghc-options: -Wall -Wunused-packages
package dapps-certification-persistence
ghc-options: -Wall -Wunused-packages
package dapps-certification-signature-verification
ghc-options: -Wall -Wunused-packages
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-crypto
tag: 2547ad1e80aeabca2899951601079408becbc92c
--sha256: 1p2kg2w02q5w1cvqzhfhqmxviy4xrzada3mmb096j2n6hfr20kri
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-addresses
tag: 5ceb877c46a9dde9bde2032dbf94ed6dd84626a5
subdir: core
--sha256: 0hyvzr4jypl67lzfqq9hd354w4nrl0510fcsmqr6fgaik46j8pc9
write-ghc-environment-files: never
tests: true
test-show-details: streaming
-- Constraint needed for parse errors to be Exceptions
-- It's unclear why this needs to be specified, since
-- I'd expect cabal to just pick the latest absent
-- upper bounds to the contrary
constraints: parsec >= 3.1.17