This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Be explicit on the stdlib dependency
pull/65/head
Paul J. Davis
11 years ago
parent
03f2b306bc
commit
b3ef636af2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/jiffy.app.src
+ 1
- 1
src/jiffy.app.src
View File
@ -2,5 +2,5 @@
{description, "JSON Decoder/Encoder."},
{vsn, git},
{registered, []},
{applications, [kernel]}
{applications, [kernel
, stdlib
]}
]}.
Write
Preview
Loading…
Cancel
Save