guix-devel/guix/build
Robert Vollmert ed8d3f33a5
build-system/haskell: Generate Setup.hs if needed.
The default Setup.hs is boilerplate that is frequently left out of
source packages.  Several packages already add a phase to generate it,
so moving this phase to the build system is just factoring out an
existing pattern.

See <https://github.com/phadej/time-compat/issues/4>.

* guix/build/haskell-build-system.scm (generate-setuphs): New procedure.
(%standard-phases): Add it after 'unpack'.
* gnu/packages/haskell.scm (ghc-foundation, ghc-inline-c,
ghc-inline-c-cpp, ghc-rio): Remove 'arguments'.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2019-06-13 13:30:24 -04:00
..
android-ndk-build-system.scm
ant-build-system.scm
asdf-build-system.scm
bournish.scm
bzr.scm Add (guix bzr-download). 2019-05-09 00:22:37 -04:00
cargo-build-system.scm build/cargo-utils: Remove "src-name" parameter. 2019-05-10 00:44:08 +02:00
cargo-utils.scm build/cargo-utils: Remove "src-name" parameter. 2019-05-10 00:44:08 +02:00
clojure-build-system.scm
clojure-utils.scm guix: Fix another typo in another docstring. 2019-04-30 14:13:50 +02:00
cmake-build-system.scm
compile.scm compile: Adjust for Guile 3. 2019-06-02 01:38:36 +02:00
cvs.scm
debug-link.scm
download-nar.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
download.scm download: Support 'https_proxy'. 2019-05-13 21:36:03 +08:00
dub-build-system.scm
dune-build-system.scm guix: dune-build-system: Add a package parameter. 2019-03-23 22:58:52 +01:00
emacs-build-system.scm
emacs-utils.scm
font-build-system.scm
git.scm git-download: Use 'invoke'. 2019-01-06 00:22:05 +01:00
glib-or-gtk-build-system.scm
gnu-build-system.scm
gnu-dist.scm
go-build-system.scm build: go-build-system: Follow-up to commit f42e4ebb56. 2019-05-05 23:01:03 -04:00
graft.scm
gremlin.scm
guile-build-system.scm build-system/guile: Display progress report as expected by (guix status). 2019-06-02 22:01:34 +02:00
haskell-build-system.scm build-system/haskell: Generate Setup.hs if needed. 2019-06-13 13:30:24 -04:00
hg.scm
java-utils.scm
linux-module-build-system.scm build-system/linux-module: Configure module like the kernel. 2019-04-12 00:46:08 +02:00
lisp-utils.scm
make-bootstrap.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
meson-build-system.scm
minify-build-system.scm
ocaml-build-system.scm
perl-build-system.scm
po.scm self: Rebuild translated manuals. 2019-04-27 17:13:18 +02:00
profiles.scm profiles: Allow a profile to be added as an entry of another profile. 2019-01-20 01:42:11 +01:00
python-build-system.scm
qt-utils.scm
r-build-system.scm
rakudo-build-system.scm build: Add rakudo-build-system. 2019-03-23 22:26:48 +02:00
rpath.scm
ruby-build-system.scm Revert "build-system/ruby: Use invoke." 2019-03-28 20:19:44 +02:00
scons-build-system.scm
store-copy.scm
svn.scm
syscalls.scm syscalls: 'with-lock-file' catches ENOSYS. 2019-06-05 23:10:36 +02:00
texlive-build-system.scm build-system: texlive: Do not hide build output. 2019-01-10 22:43:09 +01:00
union.scm Remove most uses of the _IO*F constants. 2019-01-09 14:47:53 +01:00
utils.scm
waf-build-system.scm