FS#64820 - [haskell-lens] Missing dependencies

Attached to Project: Community Packages
Opened by Emil Gedda (gedda) - Thursday, 12 December 2019, 17:49 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 12 December 2019, 17:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Trying to compile with Control.Lens after installing this package makes GHC complain about missing dependencies.

1.hs:2:1: error:
Could not load module ‘Control.Lens’
It is a member of the package ‘lens-4.17.1-68OTVF4ohnJLYk10TowfGk’
which is unusable due to missing dependencies:
free-5.1.3-6pj0IRLbSixKcytc11Ztvz kan-extensions-5.2-HdcVmSVNUZn5fi89n4i5ws profunctors-5.5.1-6DNrH2
5YhHECVaJNHzhHZx
Use -v to see a list of the files searched for.
|
2 | import Control.Lens

The missing dependencies are haskell-{free,kan-extensions,profunctors}
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 12 December 2019, 17:54 GMT
Reason for closing:  Not a bug
Additional comments about closing:  All of them are dependencies already

Loading...