From b2967d093da441a2b0e1bb9cd57c030f66b31471 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 5 Dec 2018 11:59:44 -0800 Subject: [PATCH] try just hiding filemanip instead of Glob (#4206) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0efe7a0..9fa2b10b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4930,7 +4930,7 @@ hide: - language-c # conflicts with modules in language-c-quote - gl # conflicts with modules in OpenGLRaw - svg-tree # conflicts with Graphics.Svg in svg-builder -- Glob # conflicts with System.FilePath.Glob in filemanip +- filemanip # conflicts with System.FilePath.Glob in Glob - nanospec # conflicts with Test.Hspec in hspec - HTF # conflicts with Test.Framework in test-framework - courier # conflicts with Network.Transport in network-transport