Skip to content

Commit 831b02e

Browse files
committed
license notes on dependencies
1 parent b7b5bf4 commit 831b02e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ extra-source-files:
2020
description: README.md
2121

2222
dependencies:
23+
# BSD-3-Clause
2324
- base >= 4.7 && < 5
2425
- mtl
2526
- containers >= 0.6.2.1
26-
- picosat >= 0.1.6
2727
- bimap
2828
- terminal >= 0.2.0.0
29+
# BSD-2-Clause
2930
- prettyprinter >= 1.6.2
31+
# MIT
32+
- picosat >= 0.1.6
3033
# - bytestring
3134
# - utf8-string
3235

0 commit comments

Comments
 (0)