Opened 14 years ago

Closed 9 years ago

#25878 closed defect (fixed)

lhs2tex is out of date with ghc

Reported by: ben@… Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: lhs2tex

Description

Installing lhs2tex with all prereqs installed.

Verifying checksum(s) for lhs2tex
Checksumming lhs2tex-1.13.tar.gz
Extracting lhs2tex
Extracting lhs2tex-1.13.tar.gz
Configuring lhs2tex
Setup.hs:7:48:
    Module
    `Distribution.Simple.LocalBuildInfo'
    does not export
    `mkDataDir'
Setup.hs:9:63:
    Module
    `Distribution.PackageDescription'
    does not export
    `setupMessage'
shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_lhs2tex/work/lhs2tex-1.13 && runhaskell Setup configure --ghc --prefix=/opt/local" returned error 1

Inspecting setup.hs, these imports are unused, and have been deprecated. After removing these, there are other changes

This has been noted elsewhere, http://www.mail-archive.com/glasgow-haskell-bugs@haskell.org/msg15861.html and that and other problems seem to have been corrected in 1.16.

Change History (4)

comment:1 Changed 14 years ago by ben@…

Note, lhs2tex-1.16 is too new for ghc6.10.4, recommend using lhs2tex-1.15 until ghc is updated. You can verify this builds with cabal install lhs2tex-1.15.

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to gwright@…
Port: lhs2tex added

Please remember to fill in the Port field and cc the maintainer.

comment:3 Changed 10 years ago by mf2k (Frank Schima)

Owner: changed from gwright@… to cal@…

Assigning to current maintainer. See #43784.

comment:4 Changed 9 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

lhs2tex 1.18.1 compiles fine. It is even available as binary from our buildbots.

Note: See TracTickets for help on using tickets.