civodul pushed a commit to branch master
in repository guix.

commit ce6fc7d6a5345fd1c28e1a59cca807e81244b3e2
Author: Ludovic Courtès <[email protected]>
Date:   Sun Apr 12 15:16:48 2015 +0200

    build: Build and install (guix build-system haskell).
    
    * Makefile.am (MODULES): Add guix/build-system/haskell.scm.
---
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 51884b9..05ce9aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,7 @@ MODULES =                                     \
   guix/build-system/cmake.scm                  \
   guix/build-system/glib-or-gtk.scm            \
   guix/build-system/gnu.scm                    \
+  guix/build-system/haskell.scm                        \
   guix/build-system/perl.scm                   \
   guix/build-system/python.scm                 \
   guix/build-system/waf.scm                    \

Reply via email to