[ contrib ] move SortedMap and SortedSet to base (#2884)

This commit is contained in:
Stefan Höck 2023-02-16 18:02:43 +01:00 committed by GitHub
parent ff822a747b
commit b543daf5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 4 deletions

View File

@ -94,6 +94,8 @@
* `System`'s `die` now prints the error message on stderr rather than stdout
* Moved `Data.SortedMap` and `Data.SortedSet` from contrib to base.
#### System
* Changes `getNProcessors` to return the number of online processors rather than

View File

@ -75,6 +75,9 @@ modules = Control.App,
Data.Rel,
Data.Singleton,
Data.So,
Data.SortedMap,
Data.SortedMap.Dependent,
Data.SortedSet,
Data.Stream,
Data.String,
Data.These,

View File

@ -83,10 +83,6 @@ modules = Control.ANSI,
Data.Seq.Sized,
Data.Seq.Unsized,
Data.SortedMap,
Data.SortedMap.Dependent,
Data.SortedSet,
Data.Stream.Extra,
Data.String.Extra,