File tree Expand file tree Collapse file tree 1 file changed +1
-42
lines changed
Expand file tree Collapse file tree 1 file changed +1
-42
lines changed Original file line number Diff line number Diff line change @@ -182,53 +182,12 @@ main = do
182182
183183supportModules :: [String ]
184184supportModules =
185- [ " Control.Alternative"
186- , " Control.Alt"
187- , " Control.Apply"
188- , " Control.Biapplicative"
189- , " Control.Biapply"
190- , " Control.Bind"
191- , " Control.Comonad"
192- , " Control.Extend"
193- , " Control.Lazy"
194- , " Control.Monad.Eff.Class"
185+ [ " Control.Monad.Eff.Class"
195186 , " Control.Monad.Eff.Console"
196187 , " Control.Monad.Eff"
197188 , " Control.Monad.Eff.Unsafe"
198- , " Control.MonadPlus"
199- , " Control.Monad"
200189 , " Control.Monad.ST"
201- , " Control.Plus"
202- , " Data.Array"
203- , " Data.Array.ST"
204- , " Data.Array.Unsafe"
205- , " Data.Bifoldable"
206- , " Data.Bifunctor.Clown"
207- , " Data.Bifunctor.Flip"
208- , " Data.Bifunctor.Join"
209- , " Data.Bifunctor.Joker"
210- , " Data.Bifunctor.Product"
211- , " Data.Bifunctor"
212- , " Data.Bifunctor.Wrap"
213- , " Data.Bitraversable"
214- , " Data.Foldable"
215190 , " Data.Function"
216- , " Data.Functor.Invariant"
217- , " Data.Functor"
218- , " Data.Maybe.First"
219- , " Data.Maybe.Last"
220- , " Data.Maybe"
221- , " Data.Maybe.Unsafe"
222- , " Data.Monoid.Additive"
223- , " Data.Monoid.Conj"
224- , " Data.Monoid.Disj"
225- , " Data.Monoid.Dual"
226- , " Data.Monoid.Endo"
227- , " Data.Monoid.Multiplicative"
228- , " Data.Monoid"
229- , " Data.Traversable"
230- , " Data.Tuple.Nested"
231- , " Data.Tuple"
232191 , " Prelude"
233192 , " Test.Assert"
234193 ]
You can’t perform that action at this time.
0 commit comments