From 9fd6c2ba949efef394291f37f9e7a098a80001fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Thu, 16 Apr 2015 09:49:52 +0200
Subject: [PATCH] build: Build and install (guix build haskell-build-system).

* Makefile.am (MODULES): Add guix/build/haskell-build-system.scm.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 05ce9aa7b4d..c1fa5332bea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,7 @@ MODULES =					\
   guix/build/python-build-system.scm		\
   guix/build/ruby-build-system.scm		\
   guix/build/waf-build-system.scm		\
+  guix/build/haskell-build-system.scm		\
   guix/build/store-copy.scm			\
   guix/build/utils.scm				\
   guix/build/union.scm				\
-- 
GitLab