Ticket #2149 (new feature request)

Opened 4 years ago

Last modified 4 years ago

literate haskell support for hasktags - patch below

Reported by: MarcWeber Owned by:
Priority: normal Milestone: _|_
Component: None Version: 6.8.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Igloo told me to create a ticket. here it is.

I hope that type "feature request" is fine?

I haven't tested everything but now it finds most tags I hope

You can get the patch and apply it:  http://mawercer.de/patch_3

Change History

Changed 4 years ago by igloo

  • difficulty set to Unknown

Unfortunately, these patches don't validate for me:

== make all - --no-print-directory -r --jobserver-fds=3,4 - --jobserver-fds=3,4 -j;
 in /home/ian/ghc/darcs/val/utils/hasktags
------------------------------------------------------------------------
/usr/bin/ghc -Werror -H64m -Onot -fasm -Wall    -c HaskTags.hs -o HaskTags.o  -ohi HaskTags.hi

HaskTags.hs:198:40: Not in scope: `fromLiterate'

HaskTags.hs:199:13:
    Illegal signature in pattern: [[Token]]
        Use -fglasgow-exts to permit it
make[2]: *** [HaskTags.o] Error 1
Failed making all in hasktags: 1
make[1]: *** [all] Error 1
make: *** [stage1] Error 1

Changed 4 years ago by igloo

  • milestone set to _|_

Changed 4 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 4 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.