Hide `Data.OldList` module
Summary: The `Data.OldList` module was originally created in 3daf0023 to provide a way to access the original list-specialised functions from `Data.List`. It was also made an exposed module in order to facilitate adapting the `haskell2010`/`haskell98` packages. However, since the `haskell2010`/`haskell98` packages were dropped, we no longer need to expose `Data.OldList`. Depends on D511 Reviewers: ekmett, austin Reviewed By: ekmett, austin Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D513
Showing
- libraries/base/base.cabal 1 addition, 1 deletionlibraries/base/base.cabal
- libraries/base/changelog.md 0 additions, 4 deletionslibraries/base/changelog.md
- libraries/base/tests/foldableArray.hs 1 addition, 1 deletionlibraries/base/tests/foldableArray.hs
- testsuite/tests/ghci/scripts/ghci008.stdout 2 additions, 2 deletionstestsuite/tests/ghci/scripts/ghci008.stdout
- testsuite/tests/module/mod106.hs 1 addition, 1 deletiontestsuite/tests/module/mod106.hs
- testsuite/tests/parser/should_fail/readFail003.hs 1 addition, 1 deletiontestsuite/tests/parser/should_fail/readFail003.hs
- testsuite/tests/rename/should_compile/T7963a.hs 1 addition, 1 deletiontestsuite/tests/rename/should_compile/T7963a.hs
- testsuite/tests/rename/should_fail/rnfail040.stderr 1 addition, 1 deletiontestsuite/tests/rename/should_fail/rnfail040.stderr
- testsuite/tests/simplCore/should_compile/T7360.hs 1 addition, 1 deletiontestsuite/tests/simplCore/should_compile/T7360.hs
- testsuite/tests/typecheck/should_compile/faxen.hs 1 addition, 1 deletiontestsuite/tests/typecheck/should_compile/faxen.hs
- testsuite/tests/typecheck/should_fail/mc21.hs 2 additions, 2 deletionstestsuite/tests/typecheck/should_fail/mc21.hs
- testsuite/tests/typecheck/should_fail/mc24.hs 2 additions, 2 deletionstestsuite/tests/typecheck/should_fail/mc24.hs
Loading
Please register or sign in to comment