[commit: ghc] master: Do not depend on the in-tree filepath library (#478) (e5c7a29)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:12:23 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e5c7a29c234c08a72ff1446ceeda3d61a54cae78/ghc

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

commit e5c7a29c234c08a72ff1446ceeda3d61a54cae78
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Nov 20 05:00:22 2017 +0000

    Do not depend on the in-tree filepath library (#478)
    
    See #465, #466


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

e5c7a29c234c08a72ff1446ceeda3d61a54cae78
 stack.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stack.yaml b/stack.yaml
index 4acc4ed..1d3f6e3 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -7,7 +7,6 @@ resolver: lts-9.0
 packages:
 - '.'
 - '../libraries/Cabal/Cabal'
-- '../libraries/filepath'
 - '../libraries/hpc'
 - '../libraries/parsec'
 - '../libraries/text'



More information about the ghc-commits mailing list