diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-12 15:16:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-12 15:16:48 +0200 |
commit | ce6fc7d6a5345fd1c28e1a59cca807e81244b3e2 (patch) | |
tree | a67c85e889e6331a2eaebc071c1800be88f05f1a /Makefile.am | |
parent | 4c2a38c25f65f7c069228ff923d0ef0785d5f47a (diff) | |
download | guix-ce6fc7d6a5345fd1c28e1a59cca807e81244b3e2.tar guix-ce6fc7d6a5345fd1c28e1a59cca807e81244b3e2.tar.gz |
build: Build and install (guix build-system haskell).
* Makefile.am (MODULES): Add guix/build-system/haskell.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 51884b9221..05ce9aa7b4 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 \ |