ddssff / cabal-debian

Create a Debianization by examining a .cabal file.
Other
16 stars 10 forks source link

cabal-debian-4.23.1 does not compile #35

Closed peti closed 9 years ago

peti commented 9 years ago

I'm citing from http://hydra.cryp.to/build/599877/log/raw:

[11 of 31] Compiling Debian.Debianize.CopyrightDescription ( src/Debian/Debianize/CopyrightDescription.hs, dist/build/Debian/Debianize/CopyrightDescription.o )

src/Debian/Debianize/CopyrightDescription.hs:40:37:
    Module ‘Debian.Pretty’ does not export ‘display'’

src/Debian/Debianize/CopyrightDescription.hs:40:47:
    Module ‘Debian.Pretty’ does not export ‘ppDisplay'’
ddssff commented 9 years ago

This is due to changes in the debian package. I'm not sure what to do about this, except to add upper bounds on the dependency versions in the future. But cabal-debian-4.24.4 should work: https://travis-ci.org/ddssff/cabal-debian

peti commented 9 years ago

Personally, I don't care about upper bounds. It's more important to me to get an update that remedies the issue. :-)

ddssff commented 9 years ago

Oh, I get it - I forgot to upload to hackage. Doing that right now!

peti commented 9 years ago

Thank you!