From b9b8607824448cd6bd152ca0ede460a7f44f3b2b Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 15 Aug 2014 16:22:11 +0200 Subject: 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. --- guix.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 706ea29065..8753c21e42 100644 --- a/guix.scm +++ b/guix.scm @@ -30,6 +30,7 @@ ftp-client gexp monads + monad-repl packages store utils)) -- cgit 1.4.1