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) | |
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 @@ | |||
| 30 | ftp-client | 30 | ftp-client |
| 31 | gexp | 31 | gexp |
| 32 | monads | 32 | monads |
| 33 | monad-repl | ||
| 33 | packages | 34 | packages |
| 34 | store | 35 | store |
| 35 | utils)) | 36 | utils)) |
