Skip to content

Commit 4f39813

Browse files
anttihpaf31
authored andcommitted
Add ansi (purescript#23)
1 parent cb96e85 commit 4f39813

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages.json

+16
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@
7676
"repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git",
7777
"version": "v4.0.0"
7878
},
79+
"ansi": {
80+
"dependencies": [
81+
"bifunctors",
82+
"control",
83+
"either",
84+
"foldable-traversable",
85+
"invariant",
86+
"maybe",
87+
"monoid",
88+
"newtype",
89+
"prelude",
90+
"strings"
91+
],
92+
"repo": "https://github.com/hdgarrood/purescript-ansi.git",
93+
"version": "v2.0.0"
94+
},
7995
"argonaut": {
8096
"dependencies": [
8197
"argonaut-codecs",

0 commit comments

Comments
 (0)