#37403 closed defect (fixed)
hs-pandoc-types 1.8 fails compiling Text.Pandoc.Builder
Reported by: | Morpheu5 (Andrea Franceschini) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | bgschaid@…, cooljeanius (Eric Gallager), maehne (Torsten Maehne) | |
Port: | hs-pandoc-types |
Description
Simple as that, here's the relevant log fragment
:info:build [3 of 3] Compiling Text.Pandoc.Builder ( Text/Pandoc/Builder.hs, dist/build/Text/Pandoc/Builder.o ) :info:build :info:build Text/Pandoc/Builder.hs:153:10: :info:build Illegal instance declaration for `IsString Inlines' :info:build (All instance types must be of the form (T a1 ... an) :info:build where a1 ... an are *distinct type variables*, :info:build and each type variable appears at most once in the instance head. :info:build Use -XFlexibleInstances if you want to disable this.) :info:build In the instance declaration for `IsString Inlines' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_hs-pandoc-types/hs-pandoc-types/work/pandoc-types-1.8" && runhaskell Setup build -v :info:build Exit code: 1
full log will be attached.
Attachments (1)
Change History (9)
Changed 12 years ago by Morpheu5 (Andrea Franceschini)
comment:1 follow-up: 5 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:5 follow-up: 6 Changed 12 years ago by cmconnelly (Claire Connelly)
comment:6 Changed 12 years ago by seanfarley (Sean Farley)
Replying to cmc@…:
Replying to egall@…:
I think this is the same as Issue #36888 perhaps... they're both about build errors for
hs-pandoc-types
, at least...I think so, too. I couldn't build it at all until I installed
hs-platform-syb
by hand, then I got this error.
I'm finally back from travel and got permission by one of the port authors to update a port in this dependency chain. Looking into it now.
comment:7 follow-up: 8 Changed 12 years ago by cooljeanius (Eric Gallager)
comment:8 Changed 12 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I think this is the same as Issue #36888 perhaps... they're both about build errors for
hs-pandoc-types
, at least...