FS#77311 - haskell-x11 should depend on haskell-default-data-class

Attached to Project: Community Packages
Opened by Daniel Estévez (destevez) - Sunday, 29 January 2023, 11:59 GMT
Last edited by Toolybird (Toolybird) - Monday, 30 January 2023, 04:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After updating my system, I have found that the haskell-x11 package was broken. Running `import Graphics.X11` in ghci would give:
```

<no location info>: error:
Could not load module ‘Graphics.X11’
It is a member of the package ‘X11-1.10.3-7zBAfsIL85sJKAyVO3fFRL’
which is unusable due to missing dependencies:
data-default-class-0.1.2.0-IxhEAzgy8931aXcEiJcyZO
```

This was fixed by installing haskell-default-data-class manually.

Package versions:
haskell-x11 1.10.3-1
This task depends upon

Closed by  Toolybird (Toolybird)
Monday, 30 January 2023, 04:12 GMT
Reason for closing:  None
Additional comments about closing:  Please see  FS#77326 
Comment by Doug Patti (dpatti) - Sunday, 29 January 2023, 23:00 GMT
Root cause in  FS#77326 . If you run into this again, you can use `ghc-pkg recache`.

Loading...