[commit: packages/directory] Mistuke-bump-win32-version-bounds, bgamari-patch-1, cbits, master: Remove dependence on HsDirectory.h in configure.ac (e938629)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:33:47 UTC 2017


Repository : ssh://git@git.haskell.org/directory

On branches: Mistuke-bump-win32-version-bounds,bgamari-patch-1,cbits,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e938629f39ec089d63c28354bc67be65ca682a16/directory

>---------------------------------------------------------------

commit e938629f39ec089d63c28354bc67be65ca682a16
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Wed Apr 27 00:04:49 2016 -0400

    Remove dependence on HsDirectory.h in configure.ac


>---------------------------------------------------------------

e938629f39ec089d63c28354bc67be65ca682a16
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a620ec4..68a1cf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_INIT([Haskell directory package], [1.0], [libraries at haskell.org], [directory])
 
 # Safety check: Ensure that we are in the correct source directory.
-AC_CONFIG_SRCDIR([include/HsDirectory.h])
+AC_CONFIG_SRCDIR([System/Directory.hs])
 
 AC_CONFIG_HEADERS([include/HsDirectoryConfig.h])
 



More information about the ghc-commits mailing list