@@ -147,7 +147,7 @@ library
147147executable psc
148148 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
149149 mtl -any, optparse-applicative >= 0.10.0 , parsec -any, purescript -any,
150- transformers -any
150+ transformers -any, Glob >= 0.7 && < 0.8
151151 main-is : Main.hs
152152 buildable : True
153153 hs-source-dirs : psc
@@ -157,7 +157,7 @@ executable psc
157157executable psc-make
158158 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
159159 mtl -any, optparse-applicative >= 0.10.0 , parsec -any, purescript -any,
160- time -any, transformers -any, transformers-compat -any
160+ time -any, transformers -any, transformers-compat -any, Glob >= 0.7 && < 0.8
161161 main-is : Main.hs
162162 buildable : True
163163 hs-source-dirs : psc-make
@@ -168,7 +168,7 @@ executable psci
168168 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
169169 mtl -any, optparse-applicative >= 0.10.0 , parsec -any,
170170 haskeline >= 0.7.0.0 , purescript -any, transformers -any,
171- transformers-compat -any, process -any, time -any
171+ transformers-compat -any, process -any, time -any, Glob -any
172172
173173 main-is : Main.hs
174174 buildable : True
@@ -185,8 +185,8 @@ executable psci
185185executable psc-docs
186186 build-depends : base >= 4 && < 5 , purescript -any,
187187 optparse-applicative >= 0.10.0 , process -any, mtl -any,
188- split -any, ansi-wl-pprint -any, directory -any, filepath
189- -any
188+ split -any, ansi-wl-pprint -any, directory -any,
189+ filepath -any, Glob -any
190190 main-is : Main.hs
191191 buildable : True
192192 hs-source-dirs : psc-docs
@@ -213,7 +213,8 @@ executable psc-publish
213213
214214executable psc-hierarchy
215215 build-depends : base >= 4 && < 5 , purescript -any, optparse-applicative >= 0.10.0 ,
216- process -any, mtl -any, parsec -any, filepath -any, directory -any
216+ process -any, mtl -any, parsec -any, filepath -any, directory -any,
217+ Glob -any
217218 main-is : Main.hs
218219 buildable : True
219220 hs-source-dirs : hierarchy
@@ -233,7 +234,8 @@ test-suite psci-tests
233234 build-depends : base >= 4 && < 5 , containers -any, directory -any, filepath -any,
234235 mtl -any, optparse-applicative >= 0.10.0 , parsec -any,
235236 haskeline >= 0.7.0.0 , purescript -any, transformers -any,
236- transformers-compat -any, process -any, HUnit -any, time -any
237+ transformers-compat -any, process -any, HUnit -any, time -any,
238+ Glob -any
237239 type : exitcode-stdio-1.0
238240 main-is : Main.hs
239241 buildable : True
0 commit comments