summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-11-06 10:33:01 -0500
committerBen Gamari <ben@smart-cactus.org>2018-11-06 10:33:01 -0500
commitcbde2726f10b8f4c19483bbb755ad42356098c51 (patch)
tree4c0e021fccdd73f2e093371658b4345074265e1c
parent701c872fb733e200daa3aa4957202872dbb81f71 (diff)
downloadhaskell-cbde2726f10b8f4c19483bbb755ad42356098c51.tar.gz
libiserv: Generate cabal file with autoconf
Previously the version number was set by hand. This seems like unnecessary busywork for what is mostly an internal library.
-rw-r--r--configure.ac2
-rw-r--r--libraries/libiserv/libiserv.cabal.in (renamed from libraries/libiserv/libiserv.cabal)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 25565615fd..f305ca94b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1334,7 +1334,7 @@ checkMake380() {
checkMake380 make
checkMake380 gmake
-AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal libraries/ghc-heap/ghc-heap.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
+AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk rts/rts.cabal compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal utils/gen-dll/gen-dll.cabal libraries/ghc-boot/ghc-boot.cabal libraries/ghc-boot-th/ghc-boot-th.cabal libraries/ghci/ghci.cabal libraries/ghc-heap/ghc-heap.cabal libraries/libiserv/libiserv.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])
AC_OUTPUT
[
if test "$print_make_warning" = "true"; then
diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal.in
index fc0a022120..84471a222d 100644
--- a/libraries/libiserv/libiserv.cabal
+++ b/libraries/libiserv/libiserv.cabal.in
@@ -1,5 +1,5 @@
Name: libiserv
-Version: 8.6.1
+Version: @ProjectVersionMunged@
Copyright: XXX
License: BSD3
License-File: LICENSE