summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod176.hs
Commit message (Collapse)AuthorAgeFilesLines
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-2/+2
| | | | | | | | | | This simplifies the import graph and more importantly removes import cycles that arise due to `Control.Monad` & `Data.List` importing `Data.Traversable` (preparation for #9586) Reviewed By: ekmett, austin Differential Revision: https://phabricator.haskell.org/D234
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+10