diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-08-15 16:22:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-08-15 16:26:28 +0200 |
commit | b9b8607824448cd6bd152ca0ede460a7f44f3b2b (patch) | |
tree | 712ba5198db83298d6dbf5a65d54189ccfbcae87 /guix.scm | |
parent | c0b9213dbbf2d54c58e8fb62a52efc98f184d859 (diff) | |
download | patches-b9b8607824448cd6bd152ca0ede460a7f44f3b2b.tar patches-b9b8607824448cd6bd152ca0ede460a7f44f3b2b.tar.gz |
Add (guix monad-repl).
* guix/monad-repl.scm: New file.
* guix.scm: Add it.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (The Store Monad): Document it.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ ftp-client gexp monads + monad-repl packages store utils)) |