Skip to content

Commit 2453c6c

Browse files
committed
WIP
1 parent c8799d9 commit 2453c6c

File tree

7 files changed

+419
-664
lines changed

7 files changed

+419
-664
lines changed

lib/call-cabal-project-to-nix.nix

Lines changed: 239 additions & 302 deletions
Large diffs are not rendered by default.

lib/dummy-ghc-pkg-dump/configure.ac

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
1-
AC_INIT([The Glorious Glasgow Haskell Compilation System], [0.0.0], [glasgow-haskell-bugs@haskell.org])
1+
m4_include([fp_check_prog.m4])
2+
m4_include([fp_prog_find.m4])
3+
m4_include([fp_prog_sort.m4])
4+
m4_include([fp_setup_project_version.m4])
5+
6+
AC_INIT([The Glorious Glasgow Haskell Compilation System],
7+
[0.0.0],
8+
[glasgow-haskell-bugs@haskell.org],
9+
[ghc])
210

311
# Set this to YES for a released version, otherwise NO
412
: ${RELEASE=NO}
513

614
dnl ** Make sure we do not have a bogus source directory
715
AC_CONFIG_SRCDIR(ghc/Main.hs)
816

17+
dnl ----------------------------------------------------------
918
dnl ** Find unixy sort and find commands,
1019
dnl ** which are needed by FP_SETUP_PROJECT_VERSION
20+
1121
FP_PROG_FIND
1222
FP_PROG_SORT
1323

14-
dnl ** FP_SETUP_VERSION assumes to be in the source directory
24+
dnl ----------------------------------------------------------
1525
pushd ${srcdir}
1626
FP_SETUP_PROJECT_VERSION
1727
popd

0 commit comments

Comments
 (0)