FS#32236 - [ghc] Missing Modules of Libraries: Data.Set, Data.Map

Attached to Project: Arch Linux
Opened by Elkin (helq) - Friday, 26 October 2012, 21:58 GMT
Last edited by Thomas Dziedzic (tomd123) - Saturday, 27 October 2012, 03:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Thomas Dziedzic (tomd123)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Missing Modules:
* Data.Set
* Data.Map

Additional info:
* package version(s) : 7.6.1-1
* config and/or log files etc. : nothing


Steps to reproduce:

Open ghci and type:
:m + Data.Set
This task depends upon

Closed by  Thomas Dziedzic (tomd123)
Saturday, 27 October 2012, 03:52 GMT
Reason for closing:  Works for me
Additional comments about closing:  They are certainly not missing
Comment by Thomas Dziedzic (tomd123) - Saturday, 27 October 2012, 03:51 GMT
works for me

Prelude> :m + Data.Set
Prelude Data.Set> :m + Data.Map
Prelude Data.Set Data.Map> Data.Map.empty
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package containers-0.5.0.0 ... linking ... done.
fromList []

Loading...