We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b5bf4 commit 831b02eCopy full SHA for 831b02e
1 file changed
package.yaml
@@ -20,13 +20,16 @@ extra-source-files:
20
description: README.md
21
22
dependencies:
23
+# BSD-3-Clause
24
- base >= 4.7 && < 5
25
- mtl
26
- containers >= 0.6.2.1
-- picosat >= 0.1.6
27
- bimap
28
- terminal >= 0.2.0.0
29
+# BSD-2-Clause
30
- prettyprinter >= 1.6.2
31
+# MIT
32
+- picosat >= 0.1.6
33
# - bytestring
34
# - utf8-string
35
0 commit comments