From e5c7a29c234c08a72ff1446ceeda3d61a54cae78 Mon Sep 17 00:00:00 2001
From: Andrey Mokhov <andrey.mokhov@gmail.com>
Date: Mon, 20 Nov 2017 05:00:22 +0000
Subject: [PATCH] Do not depend on the in-tree filepath library (#478)

See #465, #466
---
 stack.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stack.yaml b/stack.yaml
index 4acc4ed56ff..1d3f6e3b383 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'
-- 
GitLab