kosmikus / lhs2tex

Preprocessor for typesetting Haskell sources with LaTeX
Other
99 stars 28 forks source link

lhs2tex doesn't compile in 8.4.2 and 8.4.3 #69

Closed GeorgeCo closed 6 years ago

GeorgeCo commented 6 years ago

$ cabal install lhs2tex ... [ 2 of 21] Compiling Document ( src/Document.lhs, dist/build/lhs2TeX/lhs2TeX-tmp/Document.o )

src/Document.lhs:32:42: error: Ambiguous occurrence ‘<>’ It could refer to either ‘Prelude.<>’, imported from ‘Prelude’ at src/Document.lhs:7:10-17 (and originally defined in ‘GHC.Base’) or ‘Document.<>’, defined at src/Document.lhs:27:9 | 32 | > catenate = foldr (<>) Empty | ^^^^

kosmikus commented 6 years ago

Sorry for not making a new release in such a long time. 1.21 should work with ghc-8.4.

GeorgeCo commented 6 years ago

Great, thanks!