From 6fbe5f274ba84181f5db50901639ae382ef68c4b Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Thu, 7 Jun 2018 13:36:24 -0400 Subject: Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv` This is done for consistency. We usually call the package file the same name the folder has. The move into `utils` is done so that we can move the library into `libraries/iserv` and the proxy into `utils/iserv-proxy` and then break the `iserv.cabal` apart. This will make building the cross compiler with TH simpler, because we can build the library and proxy as separate packages. Test Plan: ./validate Reviewers: bgamari, goldfire, erikd Reviewed By: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4436 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 44ee794abc..270adffcd6 100644 --- a/.gitignore +++ b/.gitignore @@ -81,8 +81,7 @@ _darcs/ /ghc/stage1/ /ghc/stage2/ /ghc/stage3/ -/iserv/stage2*/ -/iserv/dist/ +/utils/iserv/stage2*/ # ----------------------------------------------------------------------------- # specific generated files -- cgit v1.2.1