From 18b1f8f73ed3f819e3bb5fc52fc69a3e61d4e12b Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 18 Jan 2016 19:09:15 +0600 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98path-io=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This package provides well-typed interface to ‘directory’ package for users of Chris Done's ‘path’. It also implements some missing stuff like recursive scanning and copying of directories. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4041a6e3..efebb2f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1622,6 +1622,7 @@ packages: - megaparsec - htaglib - slug + - path-io "Thomas Bereknyei ": - multiplate